Class: Aws::RedshiftServerless::Types::VpcSecurityGroupMembership
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::VpcSecurityGroupMembership
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/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 unique identifier of the VPC security group.
Instance Attribute Details
#status ⇒ String
The status of the VPC security group.
3632 3633 3634 3635 3636 3637 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3632 class VpcSecurityGroupMembership < Struct.new( :status, :vpc_security_group_id) SENSITIVE = [] include Aws::Structure end |
#vpc_security_group_id ⇒ String
The unique identifier of the VPC security group.
3632 3633 3634 3635 3636 3637 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 3632 class VpcSecurityGroupMembership < Struct.new( :status, :vpc_security_group_id) SENSITIVE = [] include Aws::Structure end |