Class: Aws::Types::UpdateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApplicationRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
Instance Attribute Details
#application_config ⇒ Types::ApplicationConfig
Returns the value of attribute application_config.
480 481 482 |
# File 'sig/types.rbs', line 480 def application_config @application_config end |
#application_source_config ⇒ Types::ApplicationSourceConfig
Returns the value of attribute application_source_config.
474 475 476 |
# File 'sig/types.rbs', line 474 def application_source_config @application_source_config end |
#application_type ⇒ "STANDARD", ...
Returns the value of attribute application_type.
482 483 484 |
# File 'sig/types.rbs', line 482 def application_type @application_type end |
#arn ⇒ ::String
Returns the value of attribute arn.
471 472 473 |
# File 'sig/types.rbs', line 471 def arn @arn end |
#auth_config ⇒ Types::AuthConfig
Returns the value of attribute auth_config.
483 484 485 |
# File 'sig/types.rbs', line 483 def auth_config @auth_config end |
#description ⇒ ::String
Returns the value of attribute description.
473 474 475 |
# File 'sig/types.rbs', line 473 def description @description end |
#iframe_config ⇒ Types::IframeConfig
Returns the value of attribute iframe_config.
481 482 483 |
# File 'sig/types.rbs', line 481 def iframe_config @iframe_config end |
#initialization_timeout ⇒ ::Integer
Returns the value of attribute initialization_timeout.
479 480 481 |
# File 'sig/types.rbs', line 479 def initialization_timeout @initialization_timeout end |
#is_service ⇒ Boolean
Returns the value of attribute is_service.
478 479 480 |
# File 'sig/types.rbs', line 478 def is_service @is_service end |
#name ⇒ ::String
Returns the value of attribute name.
472 473 474 |
# File 'sig/types.rbs', line 472 def name @name end |
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
477 478 479 |
# File 'sig/types.rbs', line 477 def end |
#publications ⇒ ::Array[Types::Publication]
Returns the value of attribute publications.
476 477 478 |
# File 'sig/types.rbs', line 476 def publications @publications end |
#subscriptions ⇒ ::Array[Types::Subscription]
Returns the value of attribute subscriptions.
475 476 477 |
# File 'sig/types.rbs', line 475 def subscriptions @subscriptions end |