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.
8448 8449 8450 |
# File 'sig/types.rbs', line 8448 def dry_run @dry_run end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
8446 8447 8448 |
# File 'sig/types.rbs', line 8446 def group_id @group_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
8447 8448 8449 |
# File 'sig/types.rbs', line 8447 def vpc_id @vpc_id end |