Class: Aws::RDS::Types::DBSecurityGroupMembership

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

This data type is used as a response element in the following actions:

  • ModifyDBInstance

  • RebootDBInstance

  • RestoreDBInstanceFromDBSnapshot

  • RestoreDBInstanceToPointInTime

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_nameString

The name of the DB security group.

Returns:

  • (String)


5709
5710
5711
5712
5713
# File 'lib/aws-sdk-rds/types.rb', line 5709

class DBSecurityGroupMembership < Struct.new(
  :db_security_group_name,
  :status)
  include Aws::Structure
end

#statusString

The status of the DB security group.

Returns:

  • (String)


5709
5710
5711
5712
5713
# File 'lib/aws-sdk-rds/types.rb', line 5709

class DBSecurityGroupMembership < Struct.new(
  :db_security_group_name,
  :status)
  include Aws::Structure
end