Class: Aws::Types::DBSecurityGroupMembership

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_name::String

Returns the value of attribute db_security_group_name.

Returns:

  • (::String)


667
668
669
# File 'sig/types.rbs', line 667

def db_security_group_name
  @db_security_group_name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


668
669
670
# File 'sig/types.rbs', line 668

def status
  @status
end