Class: Aws::Types::ModifySecurityGroupRulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifySecurityGroupRulesRequest
- 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.
-
#security_group_rules ⇒ ::Array[Types::SecurityGroupRuleUpdate]
Returns the value of attribute security_group_rules.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14482 14483 14484 |
# File 'sig/types.rbs', line 14482 def dry_run @dry_run end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
14480 14481 14482 |
# File 'sig/types.rbs', line 14480 def group_id @group_id end |
#security_group_rules ⇒ ::Array[Types::SecurityGroupRuleUpdate]
Returns the value of attribute security_group_rules.
14481 14482 14483 |
# File 'sig/types.rbs', line 14481 def security_group_rules @security_group_rules end |