AWSEC2ThroughResourcesStatement
Objective-C
@interface AWSEC2ThroughResourcesStatement
Swift
class AWSEC2ThroughResourcesStatement
Describes a through resource statement.
-
The resource statement.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ResourceStatement *_Nullable resourceStatement;
Swift
var resourceStatement: AWSEC2ResourceStatement? { get set }