Class: Aws::Types::SecurityGroupRuleDescription
- Inherits:
-
Object
- Object
- Aws::Types::SecurityGroupRuleDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#ipv4_range ⇒ ::String
Returns the value of attribute ipv4_range.
-
#ipv6_range ⇒ ::String
Returns the value of attribute ipv6_range.
-
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
Instance Attribute Details
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def from_port @from_port end |
#ipv4_range ⇒ ::String
Returns the value of attribute ipv4_range.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def ipv4_range @ipv4_range end |
#ipv6_range ⇒ ::String
Returns the value of attribute ipv6_range.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def ipv6_range @ipv6_range end |
#prefix_list_id ⇒ ::String
Returns the value of attribute prefix_list_id.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def prefix_list_id @prefix_list_id end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def protocol @protocol end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def to_port @to_port end |