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`

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_security_group_nameString

The name of the DB security group.

Returns:

  • (String)


10230
10231
10232
10233
10234
10235
# File 'lib/aws-sdk-rds/types.rb', line 10230

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

#statusString

The status of the DB security group.

Returns:

  • (String)


10230
10231
10232
10233
10234
10235
# File 'lib/aws-sdk-rds/types.rb', line 10230

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