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
358 |
# File 'sig/client.rbs', line 358
def arn: () -> ::String
|
#creation_date_time ⇒ ::String
363 |
# File 'sig/client.rbs', line 363
def creation_date_time: () -> ::String
|
#description ⇒ ::String
360 |
# File 'sig/client.rbs', line 360
def description: () -> ::String
|
#is_archived ⇒ Boolean
361 |
# File 'sig/client.rbs', line 361
def is_archived: () -> bool
|
#last_modified_date_time ⇒ ::String
364 |
# File 'sig/client.rbs', line 364
def last_modified_date_time: () -> ::String
|
#name ⇒ ::String
359 |
# File 'sig/client.rbs', line 359
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
365 |
# File 'sig/client.rbs', line 365
def tags: () -> ::Hash[::String, ::String]
|
#wave_aggregated_status ⇒ Types::WaveAggregatedStatus
362 |
# File 'sig/client.rbs', line 362
def wave_aggregated_status: () -> Types::WaveAggregatedStatus
|
#wave_id ⇒ ::String
357 |
# File 'sig/client.rbs', line 357
def wave_id: () -> ::String
|