Class: Aws::Types::GetAttributeGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAttributeGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attributes ⇒ ::String
Returns the value of attribute attributes.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
223 224 225 |
# File 'sig/types.rbs', line 223 def arn @arn end |
#attributes ⇒ ::String
Returns the value of attribute attributes.
226 227 228 |
# File 'sig/types.rbs', line 226 def attributes @attributes end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
230 231 232 |
# File 'sig/types.rbs', line 230 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
227 228 229 |
# File 'sig/types.rbs', line 227 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
225 226 227 |
# File 'sig/types.rbs', line 225 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
222 223 224 |
# File 'sig/types.rbs', line 222 def id @id end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
228 229 230 |
# File 'sig/types.rbs', line 228 def last_update_time @last_update_time end |
#name ⇒ ::String
Returns the value of attribute name.
224 225 226 |
# File 'sig/types.rbs', line 224 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
229 230 231 |
# File 'sig/types.rbs', line 229 def end |