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.
990 991 992 |
# File 'sig/types.rbs', line 990 def return @return end |
#security_group_rules ⇒ ::Array[Types::SecurityGroupRule]
Returns the value of attribute security_group_rules.
991 992 993 |
# File 'sig/types.rbs', line 991 def security_group_rules @security_group_rules end |