Module: Aws::Mgn::Client::_UpdateWaveResponseSuccess
- 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
1934 |
# File 'sig/client.rbs', line 1934
def arn: () -> ::String
|
#creation_date_time ⇒ ::String
1939 |
# File 'sig/client.rbs', line 1939
def creation_date_time: () -> ::String
|
#description ⇒ ::String
1936 |
# File 'sig/client.rbs', line 1936
def description: () -> ::String
|
#is_archived ⇒ Boolean
1937 |
# File 'sig/client.rbs', line 1937
def is_archived: () -> bool
|
#last_modified_date_time ⇒ ::String
1940 |
# File 'sig/client.rbs', line 1940
def last_modified_date_time: () -> ::String
|
#name ⇒ ::String
1935 |
# File 'sig/client.rbs', line 1935
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1941 |
# File 'sig/client.rbs', line 1941
def tags: () -> ::Hash[::String, ::String]
|
#wave_aggregated_status ⇒ Types::WaveAggregatedStatus
1938 |
# File 'sig/client.rbs', line 1938
def wave_aggregated_status: () -> Types::WaveAggregatedStatus
|
#wave_id ⇒ ::String
1933 |
# File 'sig/client.rbs', line 1933
def wave_id: () -> ::String
|