Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
524 525 526 |
# File 'sig/types.rbs', line 524 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
525 526 527 |
# File 'sig/types.rbs', line 525 def @tags end |