Class: Aws::Types::CreateAttributeGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAttributeGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::String
Returns the value of attribute attributes.
-
#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
#attributes ⇒ ::String
Returns the value of attribute attributes.
124 125 126 |
# File 'sig/types.rbs', line 124 def attributes @attributes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
126 127 128 |
# File 'sig/types.rbs', line 126 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
123 124 125 |
# File 'sig/types.rbs', line 123 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
122 123 124 |
# File 'sig/types.rbs', line 122 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
125 126 127 |
# File 'sig/types.rbs', line 125 def @tags end |