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.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def client_token @client_token end |
#flow_log_ids ⇒ ::Array[::String]
Returns the value of attribute flow_log_ids.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def flow_log_ids @flow_log_ids end |
#unsuccessful ⇒ ::Array[Types::UnsuccessfulItem]
Returns the value of attribute unsuccessful.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def unsuccessful @unsuccessful end |