Class: Aws::Types::AssociateSecurityGroupVpcRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateSecurityGroupVpcRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
775 776 777 |
# File 'sig/types.rbs', line 775 def dry_run @dry_run end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
773 774 775 |
# File 'sig/types.rbs', line 773 def group_id @group_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
774 775 776 |
# File 'sig/types.rbs', line 774 def vpc_id @vpc_id end |