AWSEC2AccessScopePath
Objective-C
@interface AWSEC2AccessScopePath
Swift
class AWSEC2AccessScopePath
Describes a path.
-
The destination.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2PathStatement *_Nullable destination;Swift
var destination: AWSEC2PathStatement? { get set } -
The source.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2PathStatement *_Nullable source;Swift
var source: AWSEC2PathStatement? { get set } -
The through resources.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2ThroughResourcesStatement *> *_Nullable throughResources;Swift
var throughResources: [AWSEC2ThroughResourcesStatement]? { get set }
View on GitHub
Install in Dash
AWSEC2AccessScopePath Class Reference