Module: Aws::Mgn::Client::_UnarchiveWaveResponseSuccess
- 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
1559 |
# File 'sig/client.rbs', line 1559
def arn: () -> ::String
|
#creation_date_time ⇒ ::String
1564 |
# File 'sig/client.rbs', line 1564
def creation_date_time: () -> ::String
|
#description ⇒ ::String
1561 |
# File 'sig/client.rbs', line 1561
def description: () -> ::String
|
#is_archived ⇒ Boolean
1562 |
# File 'sig/client.rbs', line 1562
def is_archived: () -> bool
|
#last_modified_date_time ⇒ ::String
1565 |
# File 'sig/client.rbs', line 1565
def last_modified_date_time: () -> ::String
|
#name ⇒ ::String
1560 |
# File 'sig/client.rbs', line 1560
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1566 |
# File 'sig/client.rbs', line 1566
def tags: () -> ::Hash[::String, ::String]
|
#wave_aggregated_status ⇒ Types::WaveAggregatedStatus
1563 |
# File 'sig/client.rbs', line 1563
def wave_aggregated_status: () -> Types::WaveAggregatedStatus
|
#wave_id ⇒ ::String
1558 |
# File 'sig/client.rbs', line 1558
def wave_id: () -> ::String
|