Class: Aws::Types::AwsRdsDbClusterOptionGroupMembership

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_option_group_name::String

Returns the value of attribute db_cluster_option_group_name.

Returns:

  • (::String)


3458
3459
3460
# File 'sig/types.rbs', line 3458

def db_cluster_option_group_name
  @db_cluster_option_group_name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3459
3460
3461
# File 'sig/types.rbs', line 3459

def status
  @status
end