Class: Aws::Types::AttributeGroup
- Inherits:
-
Object
- Object
- Aws::Types::AttributeGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
75 76 77 |
# File 'sig/types.rbs', line 75 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
78 79 80 |
# File 'sig/types.rbs', line 78 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
77 78 79 |
# File 'sig/types.rbs', line 77 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
74 75 76 |
# File 'sig/types.rbs', line 74 def id @id end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
79 80 81 |
# File 'sig/types.rbs', line 79 def last_update_time @last_update_time end |
#name ⇒ ::String
Returns the value of attribute name.
76 77 78 |
# File 'sig/types.rbs', line 76 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
80 81 82 |
# File 'sig/types.rbs', line 80 def end |