Class: Aws::Types::OptionGroupMembership

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#option_group_name::String

Returns the value of attribute option_group_name.

Returns:

  • (::String)


3333
3334
3335
# File 'sig/types.rbs', line 3333

def option_group_name
  @option_group_name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3334
3335
3336
# File 'sig/types.rbs', line 3334

def status
  @status
end