Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
138 139 140 |
# File 'sig/types.rbs', line 138 def account_id @account_id end |
#description ⇒ ::String
Returns the value of attribute description.
136 137 138 |
# File 'sig/types.rbs', line 136 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
135 136 137 |
# File 'sig/types.rbs', line 135 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
137 138 139 |
# File 'sig/types.rbs', line 137 def @tags end |