Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- 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.
-
#auth_config ⇒ Types::AuthConfig
Returns the value of attribute auth_config.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#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.
73 74 75 |
# File 'sig/types.rbs', line 73 def application_config @application_config end |
#application_source_config ⇒ Types::ApplicationSourceConfig
Returns the value of attribute application_source_config.
65 66 67 |
# File 'sig/types.rbs', line 65 def application_source_config @application_source_config end |
#application_type ⇒ "STANDARD", ...
Returns the value of attribute application_type.
75 76 77 |
# File 'sig/types.rbs', line 75 def application_type @application_type end |
#auth_config ⇒ Types::AuthConfig
Returns the value of attribute auth_config.
76 77 78 |
# File 'sig/types.rbs', line 76 def auth_config @auth_config end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
68 69 70 |
# File 'sig/types.rbs', line 68 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
64 65 66 |
# File 'sig/types.rbs', line 64 def description @description end |
#iframe_config ⇒ Types::IframeConfig
Returns the value of attribute iframe_config.
74 75 76 |
# File 'sig/types.rbs', line 74 def iframe_config @iframe_config end |
#initialization_timeout ⇒ ::Integer
Returns the value of attribute initialization_timeout.
72 73 74 |
# File 'sig/types.rbs', line 72 def initialization_timeout @initialization_timeout end |
#is_service ⇒ Boolean
Returns the value of attribute is_service.
71 72 73 |
# File 'sig/types.rbs', line 71 def is_service @is_service end |
#name ⇒ ::String
Returns the value of attribute name.
62 63 64 |
# File 'sig/types.rbs', line 62 def name @name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
63 64 65 |
# File 'sig/types.rbs', line 63 def namespace @namespace end |
#permissions ⇒ ::Array[::String]
Returns the value of attribute permissions.
70 71 72 |
# File 'sig/types.rbs', line 70 def @permissions end |
#publications ⇒ ::Array[Types::Publication]
Returns the value of attribute publications.
67 68 69 |
# File 'sig/types.rbs', line 67 def publications @publications end |
#subscriptions ⇒ ::Array[Types::Subscription]
Returns the value of attribute subscriptions.
66 67 68 |
# File 'sig/types.rbs', line 66 def subscriptions @subscriptions end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
69 70 71 |
# File 'sig/types.rbs', line 69 def @tags end |