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.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
343 344 345 |
# File 'sig/types.rbs', line 343 def arn @arn end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
344 345 346 |
# File 'sig/types.rbs', line 344 def @error_message end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
342 343 344 |
# File 'sig/types.rbs', line 342 def state @state end |