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
- #auth_config ⇒ Types::AuthConfig
- #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
245 |
# File 'sig/client.rbs', line 245
def application_config: () -> Types::ApplicationConfig
|
#application_source_config ⇒ Types::ApplicationSourceConfig
236 |
# File 'sig/client.rbs', line 236
def application_source_config: () -> Types::ApplicationSourceConfig
|
#application_type ⇒ "STANDARD", ...
247 |
# File 'sig/client.rbs', line 247
def application_type: () -> ("STANDARD" | "SERVICE" | "MCP_SERVER" | "A2A_SERVER")
|
#arn ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def arn: () -> ::String
|
#auth_config ⇒ Types::AuthConfig
248 |
# File 'sig/client.rbs', line 248
def auth_config: () -> Types::AuthConfig
|
#created_time ⇒ ::Time
239 |
# File 'sig/client.rbs', line 239
def created_time: () -> ::Time
|
#description ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def description: () -> ::String
|
#id ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def id: () -> ::String
|
#iframe_config ⇒ Types::IframeConfig
246 |
# File 'sig/client.rbs', line 246
def iframe_config: () -> Types::IframeConfig
|
#initialization_timeout ⇒ ::Integer
244 |
# File 'sig/client.rbs', line 244
def initialization_timeout: () -> ::Integer
|
#is_service ⇒ Boolean
243 |
# File 'sig/client.rbs', line 243
def is_service: () -> bool
|
#last_modified_time ⇒ ::Time
240 |
# File 'sig/client.rbs', line 240
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def name: () -> ::String
|
#namespace ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def namespace: () -> ::String
|
#permissions ⇒ ::Array[::String]
242 |
# File 'sig/client.rbs', line 242
def permissions: () -> ::Array[::String]
|
#publications ⇒ ::Array[Types::Publication]
238 |
# File 'sig/client.rbs', line 238
def publications: () -> ::Array[Types::Publication]
|
#subscriptions ⇒ ::Array[Types::Subscription]
237 |
# File 'sig/client.rbs', line 237
def subscriptions: () -> ::Array[Types::Subscription]
|
#tags ⇒ ::Hash[::String, ::String]
241 |
# File 'sig/client.rbs', line 241
def tags: () -> ::Hash[::String, ::String]
|