Class: Aws::Types::SecurityGroupRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroupRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_ipv_4 ⇒ ::String
Returns the value of attribute cidr_ipv_4.
-
#cidr_ipv_6 ⇒ ::String
Returns the value of attribute cidr_ipv_6.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#referenced_group_id ⇒ ::String
Returns the value of attribute referenced_group_id.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
Instance Attribute Details
#cidr_ipv_4 ⇒ ::String
Returns the value of attribute cidr_ipv_4.
17014 17015 17016 |
# File 'sig/types.rbs', line 17014 def cidr_ipv_4 @cidr_ipv_4 end |
#cidr_ipv_6 ⇒ ::String
Returns the value of attribute cidr_ipv_6.
17015 17016 17017 |
# File 'sig/types.rbs', line 17015 def cidr_ipv_6 @cidr_ipv_6 end |
#description ⇒ ::String
Returns the value of attribute description.
17018 17019 17020 |
# File 'sig/types.rbs', line 17018 def description @description end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
17012 17013 17014 |
# File 'sig/types.rbs', line 17012 def from_port @from_port end |
#ip_protocol ⇒ ::String
Returns the value of attribute ip_protocol.
17011 17012 17013 |
# File 'sig/types.rbs', line 17011 def ip_protocol @ip_protocol end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
17016 17017 17018 |
# File 'sig/types.rbs', line 17016 def prefix_list_id @prefix_list_id end |
#referenced_group_id ⇒ ::String
Returns the value of attribute referenced_group_id.
17017 17018 17019 |
# File 'sig/types.rbs', line 17017 def referenced_group_id @referenced_group_id end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
17013 17014 17015 |
# File 'sig/types.rbs', line 17013 def to_port @to_port end |