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
1589 |
# File 'sig/client.rbs', line 1589 def application_aggregated_status: () -> Types::ApplicationAggregatedStatus |
#application_id ⇒ ::String
1584 |
# File 'sig/client.rbs', line 1584 def application_id: () -> ::String |
#arn ⇒ ::String
1585 |
# File 'sig/client.rbs', line 1585 def arn: () -> ::String |
#creation_date_time ⇒ ::String
1590 |
# File 'sig/client.rbs', line 1590 def creation_date_time: () -> ::String |
#description ⇒ ::String
1587 |
# File 'sig/client.rbs', line 1587 def description: () -> ::String |
#is_archived ⇒ Boolean
1588 |
# File 'sig/client.rbs', line 1588 def is_archived: () -> bool |
#last_modified_date_time ⇒ ::String
1591 |
# File 'sig/client.rbs', line 1591 def last_modified_date_time: () -> ::String |
#name ⇒ ::String
1586 |
# File 'sig/client.rbs', line 1586 def name: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
1592 |
# File 'sig/client.rbs', line 1592 def tags: () -> ::Hash[::String, ::String] |
#wave_id ⇒ ::String
1593 |
# File 'sig/client.rbs', line 1593 def wave_id: () -> ::String |