Class: Aws::Types::AwsRedshiftClusterVpcSecurityGroup
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterVpcSecurityGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ ::String
Returns the value of attribute status.
-
#vpc_security_group_id ⇒ ::String
Returns the value of attribute vpc_security_group_id.
Instance Attribute Details
#status ⇒ ::String
Returns the value of attribute status.
3881 3882 3883 |
# File 'sig/types.rbs', line 3881 def status @status end |
#vpc_security_group_id ⇒ ::String
Returns the value of attribute vpc_security_group_id.
3882 3883 3884 |
# File 'sig/types.rbs', line 3882 def vpc_security_group_id @vpc_security_group_id end |