Class: Aws::Types::AttributeGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::AttributeGroupSummary
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
94 95 96 |
# File 'sig/types.rbs', line 94 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
99 100 101 |
# File 'sig/types.rbs', line 99 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
97 98 99 |
# File 'sig/types.rbs', line 97 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
96 97 98 |
# File 'sig/types.rbs', line 96 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
93 94 95 |
# File 'sig/types.rbs', line 93 def id @id end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
98 99 100 |
# File 'sig/types.rbs', line 98 def last_update_time @last_update_time end |
#name ⇒ ::String
Returns the value of attribute name.
95 96 97 |
# File 'sig/types.rbs', line 95 def name @name end |