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.
689 690 691 |
# File 'sig/types.rbs', line 689 def dry_run @dry_run end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
687 688 689 |
# File 'sig/types.rbs', line 687 def group_id @group_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
688 689 690 |
# File 'sig/types.rbs', line 688 def vpc_id @vpc_id end |