Module: Aws::AppRegistry::Client::_GetApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_tag ⇒ ::Hash[::String, ::String]
- #arn ⇒ ::String
- #associated_resource_count ⇒ ::Integer
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #integrations ⇒ Types::Integrations
- #last_update_time ⇒ ::Time
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#application_tag ⇒ ::Hash[::String, ::String]
191 |
# File 'sig/client.rbs', line 191
def application_tag: () -> ::Hash[::String, ::String]
|
#arn ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def arn: () -> ::String
|
#associated_resource_count ⇒ ::Integer
188 |
# File 'sig/client.rbs', line 188
def associated_resource_count: () -> ::Integer
|
#creation_time ⇒ ::Time
186 |
# File 'sig/client.rbs', line 186
def creation_time: () -> ::Time
|
#description ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def description: () -> ::String
|
#id ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def id: () -> ::String
|
#integrations ⇒ Types::Integrations
190 |
# File 'sig/client.rbs', line 190
def integrations: () -> Types::Integrations
|
#last_update_time ⇒ ::Time
187 |
# File 'sig/client.rbs', line 187
def last_update_time: () -> ::Time
|
#name ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
189 |
# File 'sig/client.rbs', line 189
def tags: () -> ::Hash[::String, ::String]
|