AWSEC2CreateFlowLogsResult
Objective-C
@interface AWSEC2CreateFlowLogsResult
Swift
class AWSEC2CreateFlowLogsResult
-
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientToken;Swift
var clientToken: String? { get set } -
The IDs of the flow logs.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable flowLogIds;Swift
var flowLogIds: [String]? { get set } -
Information about the flow logs that could not be created successfully.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2UnsuccessfulItem *> *_Nullable unsuccessful;Swift
var unsuccessful: [AWSEC2UnsuccessfulItem]? { get set }
View on GitHub
Install in Dash
AWSEC2CreateFlowLogsResult Class Reference