Module: Aws::Mgn::Client::_ArchiveApplicationResponseSuccess
- 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
88 |
# File 'sig/client.rbs', line 88
def application_aggregated_status: () -> Types::ApplicationAggregatedStatus
|
#application_id ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def application_id: () -> ::String
|
#arn ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def arn: () -> ::String
|
#creation_date_time ⇒ ::String
89 |
# File 'sig/client.rbs', line 89
def creation_date_time: () -> ::String
|
#description ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def description: () -> ::String
|
#is_archived ⇒ Boolean
87 |
# File 'sig/client.rbs', line 87
def is_archived: () -> bool
|
#last_modified_date_time ⇒ ::String
90 |
# File 'sig/client.rbs', line 90
def last_modified_date_time: () -> ::String
|
#name ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
91 |
# File 'sig/client.rbs', line 91
def tags: () -> ::Hash[::String, ::String]
|
#wave_id ⇒ ::String
92 |
# File 'sig/client.rbs', line 92
def wave_id: () -> ::String
|