Module: Aws::Mgn::Client::_ArchiveWaveResponseSuccess
- 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
104 |
# File 'sig/client.rbs', line 104
def arn: () -> ::String
|
#creation_date_time ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def creation_date_time: () -> ::String
|
#description ⇒ ::String
106 |
# File 'sig/client.rbs', line 106
def description: () -> ::String
|
#is_archived ⇒ Boolean
107 |
# File 'sig/client.rbs', line 107
def is_archived: () -> bool
|
#last_modified_date_time ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def last_modified_date_time: () -> ::String
|
#name ⇒ ::String
105 |
# File 'sig/client.rbs', line 105
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
111 |
# File 'sig/client.rbs', line 111
def tags: () -> ::Hash[::String, ::String]
|
#wave_aggregated_status ⇒ Types::WaveAggregatedStatus
108 |
# File 'sig/client.rbs', line 108
def wave_aggregated_status: () -> Types::WaveAggregatedStatus
|
#wave_id ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def wave_id: () -> ::String
|