Class: Aws::Types::CreateApplicationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApplicationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
112 113 114 |
# File 'sig/types.rbs', line 112 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
110 111 112 |
# File 'sig/types.rbs', line 110 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
109 110 111 |
# File 'sig/types.rbs', line 109 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
111 112 113 |
# File 'sig/types.rbs', line 111 def @tags end |