Class: Aws::Types::ResourceGroup
- Inherits:
-
Object
- Object
- Aws::Types::ResourceGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#tags ⇒ ::Array[Types::ResourceGroupTag]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
648 649 650 |
# File 'sig/types.rbs', line 648 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
650 651 652 |
# File 'sig/types.rbs', line 650 def created_at @created_at end |
#tags ⇒ ::Array[Types::ResourceGroupTag]
Returns the value of attribute tags.
649 650 651 |
# File 'sig/types.rbs', line 649 def @tags end |