Class: Aws::Redshift::Types::VpcSecurityGroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::VpcSecurityGroupMembership
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes the members of a VPC security group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the VPC security group.
-
#vpc_security_group_id ⇒ String
The identifier of the VPC security group.
Instance Attribute Details
#status ⇒ String
The status of the VPC security group.
12451 12452 12453 12454 12455 12456 |
# File 'lib/aws-sdk-redshift/types.rb', line 12451 class VpcSecurityGroupMembership < Struct.new( :vpc_security_group_id, :status) SENSITIVE = [] include Aws::Structure end |
#vpc_security_group_id ⇒ String
The identifier of the VPC security group.
12451 12452 12453 12454 12455 12456 |
# File 'lib/aws-sdk-redshift/types.rb', line 12451 class VpcSecurityGroupMembership < Struct.new( :vpc_security_group_id, :status) SENSITIVE = [] include Aws::Structure end |