Class: Aws::Types::SecurityGroupRuleUpdate
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroupRuleUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_group_rule ⇒ Types::SecurityGroupRuleRequest
Returns the value of attribute security_group_rule.
-
#security_group_rule_id ⇒ ::String
Returns the value of attribute security_group_rule_id.
Instance Attribute Details
#security_group_rule ⇒ Types::SecurityGroupRuleRequest
Returns the value of attribute security_group_rule.
17024 17025 17026 |
# File 'sig/types.rbs', line 17024 def security_group_rule @security_group_rule end |
#security_group_rule_id ⇒ ::String
Returns the value of attribute security_group_rule_id.
17023 17024 17025 |
# File 'sig/types.rbs', line 17023 def security_group_rule_id @security_group_rule_id end |