Module: Aws::Mgn::Client::_CreateApplicationResponseSuccess
- 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
176 |
# File 'sig/client.rbs', line 176
def application_aggregated_status: () -> Types::ApplicationAggregatedStatus
|
#application_id ⇒ ::String
171 |
# File 'sig/client.rbs', line 171
def application_id: () -> ::String
|
#arn ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def arn: () -> ::String
|
#creation_date_time ⇒ ::String
177 |
# File 'sig/client.rbs', line 177
def creation_date_time: () -> ::String
|
#description ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def description: () -> ::String
|
#is_archived ⇒ Boolean
175 |
# File 'sig/client.rbs', line 175
def is_archived: () -> bool
|
#last_modified_date_time ⇒ ::String
178 |
# File 'sig/client.rbs', line 178
def last_modified_date_time: () -> ::String
|
#name ⇒ ::String
173 |
# File 'sig/client.rbs', line 173
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
179 |
# File 'sig/client.rbs', line 179
def tags: () -> ::Hash[::String, ::String]
|
#wave_id ⇒ ::String
180 |
# File 'sig/client.rbs', line 180
def wave_id: () -> ::String
|