Class: Aws::Types::InstancePortState
- Inherits:
-
Object
- Object
- Aws::Types::InstancePortState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr_list_aliases ⇒ ::Array[::String]
Returns the value of attribute cidr_list_aliases.
-
#cidrs ⇒ ::Array[::String]
Returns the value of attribute cidrs.
-
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
-
#ipv6_cidrs ⇒ ::Array[::String]
Returns the value of attribute ipv6_cidrs.
-
#protocol ⇒ "tcp", ...
Returns the value of attribute protocol.
-
#state ⇒ "open", "closed"
Returns the value of attribute state.
-
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
Instance Attribute Details
#cidr_list_aliases ⇒ ::Array[::String]
Returns the value of attribute cidr_list_aliases.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def cidr_list_aliases @cidr_list_aliases end |
#cidrs ⇒ ::Array[::String]
Returns the value of attribute cidrs.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def cidrs @cidrs end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def from_port @from_port end |
#ipv6_cidrs ⇒ ::Array[::String]
Returns the value of attribute ipv6_cidrs.
2235 2236 2237 |
# File 'sig/types.rbs', line 2235 def ipv6_cidrs @ipv6_cidrs end |
#protocol ⇒ "tcp", ...
Returns the value of attribute protocol.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def protocol @protocol end |
#state ⇒ "open", "closed"
Returns the value of attribute state.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def state @state end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def to_port @to_port end |