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