Class: Aws::Types::GetApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_config ⇒ Types::ApplicationConfig
Returns the value of attribute application_config.
-
#application_source_config ⇒ Types::ApplicationSourceConfig
Returns the value of attribute application_source_config.
-
#application_type ⇒ "STANDARD", ...
Returns the value of attribute application_type.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#auth_config ⇒ Types::AuthConfig
Returns the value of attribute auth_config.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#iframe_config ⇒ Types::IframeConfig
Returns the value of attribute iframe_config.
-
#initialization_timeout ⇒ ::Integer
Returns the value of attribute initialization_timeout.
-
#is_service ⇒ Boolean
Returns the value of attribute is_service.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
-
#publications ⇒ ::Array[Types::Publication]
Returns the value of attribute publications.
-
#subscriptions ⇒ ::Array[Types::Subscription]
Returns the value of attribute subscriptions.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#application_config ⇒ Types::ApplicationConfig
Returns the value of attribute application_config.
257 258 259 |
# File 'sig/types.rbs', line 257 def application_config @application_config end |
#application_source_config ⇒ Types::ApplicationSourceConfig
Returns the value of attribute application_source_config.
248 249 250 |
# File 'sig/types.rbs', line 248 def application_source_config @application_source_config end |
#application_type ⇒ "STANDARD", ...
Returns the value of attribute application_type.
259 260 261 |
# File 'sig/types.rbs', line 259 def application_type @application_type end |
#arn ⇒ ::String
Returns the value of attribute arn.
243 244 245 |
# File 'sig/types.rbs', line 243 def arn @arn end |
#auth_config ⇒ Types::AuthConfig
Returns the value of attribute auth_config.
260 261 262 |
# File 'sig/types.rbs', line 260 def auth_config @auth_config end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
251 252 253 |
# File 'sig/types.rbs', line 251 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
247 248 249 |
# File 'sig/types.rbs', line 247 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
244 245 246 |
# File 'sig/types.rbs', line 244 def id @id end |
#iframe_config ⇒ Types::IframeConfig
Returns the value of attribute iframe_config.
258 259 260 |
# File 'sig/types.rbs', line 258 def iframe_config @iframe_config end |
#initialization_timeout ⇒ ::Integer
Returns the value of attribute initialization_timeout.
256 257 258 |
# File 'sig/types.rbs', line 256 def initialization_timeout @initialization_timeout end |
#is_service ⇒ Boolean
Returns the value of attribute is_service.
255 256 257 |
# File 'sig/types.rbs', line 255 def is_service @is_service end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
252 253 254 |
# File 'sig/types.rbs', line 252 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
245 246 247 |
# File 'sig/types.rbs', line 245 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
246 247 248 |
# File 'sig/types.rbs', line 246 def namespace @namespace end |
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
254 255 256 |
# File 'sig/types.rbs', line 254 def @permissions end |
#publications ⇒ ::Array[Types::Publication]
Returns the value of attribute publications.
250 251 252 |
# File 'sig/types.rbs', line 250 def publications @publications end |
#subscriptions ⇒ ::Array[Types::Subscription]
Returns the value of attribute subscriptions.
249 250 251 |
# File 'sig/types.rbs', line 249 def subscriptions @subscriptions end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
253 254 255 |
# File 'sig/types.rbs', line 253 def @tags end |