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
1544 |
# File 'sig/client.rbs', line 1544
def arn: () -> ::String
|
#creation_date_time ⇒ ::String
1549 |
# File 'sig/client.rbs', line 1549
def creation_date_time: () -> ::String
|
#description ⇒ ::String
1546 |
# File 'sig/client.rbs', line 1546
def description: () -> ::String
|
#is_archived ⇒ Boolean
1547 |
# File 'sig/client.rbs', line 1547
def is_archived: () -> bool
|
#last_modified_date_time ⇒ ::String
1550 |
# File 'sig/client.rbs', line 1550
def last_modified_date_time: () -> ::String
|
#name ⇒ ::String
1545 |
# File 'sig/client.rbs', line 1545
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1551 |
# File 'sig/client.rbs', line 1551
def tags: () -> ::Hash[::String, ::String]
|
#wave_aggregated_status ⇒ Types::WaveAggregatedStatus
1548 |
# File 'sig/client.rbs', line 1548
def wave_aggregated_status: () -> Types::WaveAggregatedStatus
|
#wave_id ⇒ ::String
1543 |
# File 'sig/client.rbs', line 1543
def wave_id: () -> ::String
|