Class: Aws::Types::CreateApplicationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#compute_platform ⇒ "Server", ...
Returns the value of attribute compute_platform.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
191 192 193 |
# File 'sig/types.rbs', line 191 def application_name @application_name end |
#compute_platform ⇒ "Server", ...
Returns the value of attribute compute_platform.
192 193 194 |
# File 'sig/types.rbs', line 192 def compute_platform @compute_platform end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
193 194 195 |
# File 'sig/types.rbs', line 193 def @tags end |