Class: Aws::Types::UpdateAttributeGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAttributeGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_group ⇒ ::String
Returns the value of attribute attribute_group.
-
#attributes ⇒ ::String
Returns the value of attribute attributes.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#attribute_group ⇒ ::String
Returns the value of attribute attribute_group.
435 436 437 |
# File 'sig/types.rbs', line 435 def attribute_group @attribute_group end |
#attributes ⇒ ::String
Returns the value of attribute attributes.
438 439 440 |
# File 'sig/types.rbs', line 438 def attributes @attributes end |
#description ⇒ ::String
Returns the value of attribute description.
437 438 439 |
# File 'sig/types.rbs', line 437 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
436 437 438 |
# File 'sig/types.rbs', line 436 def name @name end |