Class: Aws::Redshift::Types::VpcSecurityGroupMembership

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

Overview

Describes the members of a VPC security group.

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the VPC security group.

Returns:

  • (String)


8144
8145
8146
8147
8148
# File 'lib/aws-sdk-redshift/types.rb', line 8144

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

#vpc_security_group_idString

The identifier of the VPC security group.

Returns:

  • (String)


8144
8145
8146
8147
8148
# File 'lib/aws-sdk-redshift/types.rb', line 8144

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