Module: Aws::Mgn::Client::_CreateWaveResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Wave]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_date_time ⇒ ::String
- #description ⇒ ::String
- #is_archived ⇒ Boolean
- #last_modified_date_time ⇒ ::String
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #wave_aggregated_status ⇒ Types::WaveAggregatedStatus
- #wave_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
371 |
# File 'sig/client.rbs', line 371 def arn: () -> ::String |
#creation_date_time ⇒ ::String
376 |
# File 'sig/client.rbs', line 376 def creation_date_time: () -> ::String |
#description ⇒ ::String
373 |
# File 'sig/client.rbs', line 373 def description: () -> ::String |
#is_archived ⇒ Boolean
374 |
# File 'sig/client.rbs', line 374 def is_archived: () -> bool |
#last_modified_date_time ⇒ ::String
377 |
# File 'sig/client.rbs', line 377 def last_modified_date_time: () -> ::String |
#name ⇒ ::String
372 |
# File 'sig/client.rbs', line 372 def name: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
378 |
# File 'sig/client.rbs', line 378 def tags: () -> ::Hash[::String, ::String] |
#wave_aggregated_status ⇒ Types::WaveAggregatedStatus
375 |
# File 'sig/client.rbs', line 375 def wave_aggregated_status: () -> Types::WaveAggregatedStatus |
#wave_id ⇒ ::String
370 |
# File 'sig/client.rbs', line 370 def wave_id: () -> ::String |