Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_provider_arn ⇒ ::String
Returns the value of attribute application_provider_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#portal_options ⇒ Types::PortalOptions
Returns the value of attribute portal_options.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#application_provider_arn ⇒ ::String
Returns the value of attribute application_provider_arn.
198 199 200 |
# File 'sig/types.rbs', line 198 def application_provider_arn @application_provider_arn end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
204 205 206 |
# File 'sig/types.rbs', line 204 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
200 201 202 |
# File 'sig/types.rbs', line 200 def description @description end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
197 198 199 |
# File 'sig/types.rbs', line 197 def instance_arn @instance_arn end |
#name ⇒ ::String
Returns the value of attribute name.
199 200 201 |
# File 'sig/types.rbs', line 199 def name @name end |
#portal_options ⇒ Types::PortalOptions
Returns the value of attribute portal_options.
201 202 203 |
# File 'sig/types.rbs', line 201 def @portal_options end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
203 204 205 |
# File 'sig/types.rbs', line 203 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
202 203 204 |
# File 'sig/types.rbs', line 202 def @tags end |