Class: Aws::Types::DisassociateSecurityGroupVpcRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateSecurityGroupVpcRequest
- 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.
8659 8660 8661 |
# File 'sig/types.rbs', line 8659 def dry_run @dry_run end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
8657 8658 8659 |
# File 'sig/types.rbs', line 8657 def group_id @group_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
8658 8659 8660 |
# File 'sig/types.rbs', line 8658 def vpc_id @vpc_id end |