Class: Aws::RDS::Types::VpcSecurityGroupMembership

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 for queries on VPC security group membership.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the VPC security group.

Returns:

  • (String)


15686
15687
15688
15689
15690
# File 'lib/aws-sdk-rds/types.rb', line 15686

class VpcSecurityGroupMembership < Struct.new(
  :vpc_security_group_id,
  :status)
  include Aws::Structure
end

#vpc_security_group_idString

The name of the VPC security group.

Returns:

  • (String)


15686
15687
15688
15689
15690
# File 'lib/aws-sdk-rds/types.rb', line 15686

class VpcSecurityGroupMembership < Struct.new(
  :vpc_security_group_id,
  :status)
  include Aws::Structure
end