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)


14148
14149
14150
14151
14152
# File 'lib/aws-sdk-rds/types.rb', line 14148

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)


14148
14149
14150
14151
14152
# File 'lib/aws-sdk-rds/types.rb', line 14148

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