Class: Aws::Types::AuthorizeSecurityGroupIngressResult
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizeSecurityGroupIngressResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Returns the value of attribute return.
-
#security_group_rules ⇒ ::Array[Types::SecurityGroupRule]
Returns the value of attribute security_group_rules.
Instance Attribute Details
#return ⇒ Boolean
Returns the value of attribute return.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def return @return end |
#security_group_rules ⇒ ::Array[Types::SecurityGroupRule]
Returns the value of attribute security_group_rules.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def security_group_rules @security_group_rules end |