Module: Aws::AppIntegrationsService::Client::_GetApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #application_config ⇒ Types::ApplicationConfig
- #application_source_config ⇒ Types::ApplicationSourceConfig
- #application_type ⇒ "STANDARD", ...
- #arn ⇒ ::String
- #created_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #iframe_config ⇒ Types::IframeConfig
- #initialization_timeout ⇒ ::Integer
- #is_service ⇒ Boolean
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
- #namespace ⇒ ::String
- #permissions ⇒ ::Array[::String]
- #publications ⇒ ::Array[Types::Publication]
- #subscriptions ⇒ ::Array[Types::Subscription]
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#application_config ⇒ Types::ApplicationConfig
240 |
# File 'sig/client.rbs', line 240
def application_config: () -> Types::ApplicationConfig
|
#application_source_config ⇒ Types::ApplicationSourceConfig
231 |
# File 'sig/client.rbs', line 231
def application_source_config: () -> Types::ApplicationSourceConfig
|
#application_type ⇒ "STANDARD", ...
242 |
# File 'sig/client.rbs', line 242
def application_type: () -> ("STANDARD" | "SERVICE" | "MCP_SERVER")
|
#arn ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def arn: () -> ::String
|
#created_time ⇒ ::Time
234 |
# File 'sig/client.rbs', line 234
def created_time: () -> ::Time
|
#description ⇒ ::String
230 |
# File 'sig/client.rbs', line 230
def description: () -> ::String
|
#id ⇒ ::String
227 |
# File 'sig/client.rbs', line 227
def id: () -> ::String
|
#iframe_config ⇒ Types::IframeConfig
241 |
# File 'sig/client.rbs', line 241
def iframe_config: () -> Types::IframeConfig
|
#initialization_timeout ⇒ ::Integer
239 |
# File 'sig/client.rbs', line 239
def initialization_timeout: () -> ::Integer
|
#is_service ⇒ Boolean
238 |
# File 'sig/client.rbs', line 238
def is_service: () -> bool
|
#last_modified_time ⇒ ::Time
235 |
# File 'sig/client.rbs', line 235
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
228 |
# File 'sig/client.rbs', line 228
def name: () -> ::String
|
#namespace ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def namespace: () -> ::String
|
#permissions ⇒ ::Array[::String]
237 |
# File 'sig/client.rbs', line 237
def permissions: () -> ::Array[::String]
|
#publications ⇒ ::Array[Types::Publication]
233 |
# File 'sig/client.rbs', line 233
def publications: () -> ::Array[Types::Publication]
|
#subscriptions ⇒ ::Array[Types::Subscription]
232 |
# File 'sig/client.rbs', line 232
def subscriptions: () -> ::Array[Types::Subscription]
|
#tags ⇒ ::Hash[::String, ::String]
236 |
# File 'sig/client.rbs', line 236
def tags: () -> ::Hash[::String, ::String]
|