Module: Aws::Mgn::Client::_UpdateApplicationResponseSuccess
- 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
1574 |
# File 'sig/client.rbs', line 1574
def application_aggregated_status: () -> Types::ApplicationAggregatedStatus
|
#application_id ⇒ ::String
1569 |
# File 'sig/client.rbs', line 1569
def application_id: () -> ::String
|
#arn ⇒ ::String
1570 |
# File 'sig/client.rbs', line 1570
def arn: () -> ::String
|
#creation_date_time ⇒ ::String
1575 |
# File 'sig/client.rbs', line 1575
def creation_date_time: () -> ::String
|
#description ⇒ ::String
1572 |
# File 'sig/client.rbs', line 1572
def description: () -> ::String
|
#is_archived ⇒ Boolean
1573 |
# File 'sig/client.rbs', line 1573
def is_archived: () -> bool
|
#last_modified_date_time ⇒ ::String
1576 |
# File 'sig/client.rbs', line 1576
def last_modified_date_time: () -> ::String
|
#name ⇒ ::String
1571 |
# File 'sig/client.rbs', line 1571
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
1577 |
# File 'sig/client.rbs', line 1577
def tags: () -> ::Hash[::String, ::String]
|
#wave_id ⇒ ::String
1578 |
# File 'sig/client.rbs', line 1578
def wave_id: () -> ::String
|