Class: Aws::Types::CreateFlowLogsResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowLogsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#flow_log_ids ⇒ ::Array[::String]
Returns the value of attribute flow_log_ids.
-
#unsuccessful ⇒ ::Array[Types::UnsuccessfulItem]
Returns the value of attribute unsuccessful.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def client_token @client_token end |
#flow_log_ids ⇒ ::Array[::String]
Returns the value of attribute flow_log_ids.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def flow_log_ids @flow_log_ids end |
#unsuccessful ⇒ ::Array[Types::UnsuccessfulItem]
Returns the value of attribute unsuccessful.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def unsuccessful @unsuccessful end |