Class: Aws::Types::ResourceGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


343
344
345
# File 'sig/types.rbs', line 343

def arn
  @arn
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def error_message
  @error_message
end

#state ⇒ "CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATE_COMPLETE", "CREATE_FAILED", "UPDATING", "UPDATE_COMPLETE", "UPDATE_FAILED")


342
343
344
# File 'sig/types.rbs', line 342

def state
  @state
end