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.
8749 8750 8751 |
# File 'sig/types.rbs', line 8749 def dry_run @dry_run end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
8747 8748 8749 |
# File 'sig/types.rbs', line 8747 def group_id @group_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
8748 8749 8750 |
# File 'sig/types.rbs', line 8748 def vpc_id @vpc_id end |