Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#wave ⇒ ::String
Returns the value of attribute wave.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
128 129 130 |
# File 'sig/types.rbs', line 128 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
127 128 129 |
# File 'sig/types.rbs', line 127 def name @name end |
#wave ⇒ ::String
Returns the value of attribute wave.
129 130 131 |
# File 'sig/types.rbs', line 129 def wave @wave end |