/AWS1/CL_EC2CREATEFLOWLOGSRSLT¶
CreateFlowLogsResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_CLIENTTOKEN
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
IT_FLOWLOGIDS
TYPE /AWS1/CL_EC2VALUESTRINGLIST_W=>TT_VALUESTRINGLIST
TT_VALUESTRINGLIST
¶
The IDs of the flow logs.
IT_UNSUCCESSFUL
TYPE /AWS1/CL_EC2UNSUCCESSFULITEM=>TT_UNSUCCESSFULITEMSET
TT_UNSUCCESSFULITEMSET
¶
Information about the flow logs that could not be created successfully.
Queryable Attributes¶
ClientToken¶
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CLIENTTOKEN() |
Getter for CLIENTTOKEN, with configurable default |
ASK_CLIENTTOKEN() |
Getter for CLIENTTOKEN w/ exceptions if field has no value |
HAS_CLIENTTOKEN() |
Determine if CLIENTTOKEN has a value |
FlowLogIds¶
The IDs of the flow logs.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FLOWLOGIDS() |
Getter for FLOWLOGIDS, with configurable default |
ASK_FLOWLOGIDS() |
Getter for FLOWLOGIDS w/ exceptions if field has no value |
HAS_FLOWLOGIDS() |
Determine if FLOWLOGIDS has a value |
Unsuccessful¶
Information about the flow logs that could not be created successfully.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UNSUCCESSFUL() |
Getter for UNSUCCESSFUL, with configurable default |
ASK_UNSUCCESSFUL() |
Getter for UNSUCCESSFUL w/ exceptions if field has no value |
HAS_UNSUCCESSFUL() |
Determine if UNSUCCESSFUL has a value |