Class: Aws::Types::Group
- Inherits:
-
Object
- Object
- Aws::Types::Group
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_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.
355 356 357 |
# File 'sig/types.rbs', line 355 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
357 358 359 |
# File 'sig/types.rbs', line 357 def created_time @created_time end |
#id ⇒ ::String
Returns the value of attribute id.
353 354 355 |
# File 'sig/types.rbs', line 353 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
358 359 360 |
# File 'sig/types.rbs', line 358 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
354 355 356 |
# File 'sig/types.rbs', line 354 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
356 357 358 |
# File 'sig/types.rbs', line 356 def @tags end |