Class: Aws::Types::AttributeGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::AttributeGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
86 87 88 |
# File 'sig/types.rbs', line 86 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
88 89 90 |
# File 'sig/types.rbs', line 88 def created_by @created_by end |
#id ⇒ ::String
Returns the value of attribute id.
85 86 87 |
# File 'sig/types.rbs', line 85 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
87 88 89 |
# File 'sig/types.rbs', line 87 def name @name end |