Module: Aws::Mgn::Client::_UnarchiveApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Application]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_aggregated_status ⇒ Types::ApplicationAggregatedStatus
- #application_id ⇒ ::String
- #arn ⇒ ::String
- #creation_date_time ⇒ ::String
- #description ⇒ ::String
- #is_archived ⇒ Boolean
- #last_modified_date_time ⇒ ::String
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #wave_id ⇒ ::String
Instance Method Details
#application_aggregated_status ⇒ Types::ApplicationAggregatedStatus
1543 |
# File 'sig/client.rbs', line 1543
def application_aggregated_status: () -> Types::ApplicationAggregatedStatus
|
#application_id ⇒ ::String
1538 |
# File 'sig/client.rbs', line 1538
def application_id: () -> ::String
|
#arn ⇒ ::String
1539 |
# File 'sig/client.rbs', line 1539
def arn: () -> ::String
|
#creation_date_time ⇒ ::String
1544 |
# File 'sig/client.rbs', line 1544
def creation_date_time: () -> ::String
|
#description ⇒ ::String
1541 |
# File 'sig/client.rbs', line 1541
def description: () -> ::String
|
#is_archived ⇒ Boolean
1542 |
# File 'sig/client.rbs', line 1542
def is_archived: () -> bool
|
#last_modified_date_time ⇒ ::String
1545 |
# File 'sig/client.rbs', line 1545
def last_modified_date_time: () -> ::String
|
#name ⇒ ::String
1540 |
# File 'sig/client.rbs', line 1540
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1546 |
# File 'sig/client.rbs', line 1546
def tags: () -> ::Hash[::String, ::String]
|
#wave_id ⇒ ::String
1547 |
# File 'sig/client.rbs', line 1547
def wave_id: () -> ::String
|