Class: Aws::Types::UpdateSecurityGroupRuleDescriptionsIngressRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityGroupRuleDescriptionsIngressRequest
- 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.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
-
#security_group_rule_descriptions ⇒ ::Array[Types::SecurityGroupRuleDescription]
Returns the value of attribute security_group_rule_descriptions.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
18486 18487 18488 |
# File 'sig/types.rbs', line 18486 def dry_run @dry_run end |
#group_id ⇒ ::String
Returns the value of attribute group_id.
18487 18488 18489 |
# File 'sig/types.rbs', line 18487 def group_id @group_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
18488 18489 18490 |
# File 'sig/types.rbs', line 18488 def group_name @group_name end |
#ip_permissions ⇒ ::Array[Types::IpPermission]
Returns the value of attribute ip_permissions.
18489 18490 18491 |
# File 'sig/types.rbs', line 18489 def @ip_permissions end |
#security_group_rule_descriptions ⇒ ::Array[Types::SecurityGroupRuleDescription]
Returns the value of attribute security_group_rule_descriptions.
18490 18491 18492 |
# File 'sig/types.rbs', line 18490 def security_group_rule_descriptions @security_group_rule_descriptions end |