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
1528 |
# File 'sig/client.rbs', line 1528
def application_aggregated_status: () -> Types::ApplicationAggregatedStatus
|
#application_id ⇒ ::String
1523 |
# File 'sig/client.rbs', line 1523
def application_id: () -> ::String
|
#arn ⇒ ::String
1524 |
# File 'sig/client.rbs', line 1524
def arn: () -> ::String
|
#creation_date_time ⇒ ::String
1529 |
# File 'sig/client.rbs', line 1529
def creation_date_time: () -> ::String
|
#description ⇒ ::String
1526 |
# File 'sig/client.rbs', line 1526
def description: () -> ::String
|
#is_archived ⇒ Boolean
1527 |
# File 'sig/client.rbs', line 1527
def is_archived: () -> bool
|
#last_modified_date_time ⇒ ::String
1530 |
# File 'sig/client.rbs', line 1530
def last_modified_date_time: () -> ::String
|
#name ⇒ ::String
1525 |
# File 'sig/client.rbs', line 1525
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1531 |
# File 'sig/client.rbs', line 1531
def tags: () -> ::Hash[::String, ::String]
|
#wave_id ⇒ ::String
1532 |
# File 'sig/client.rbs', line 1532
def wave_id: () -> ::String
|