Class: Aws::Types::PortInfo
- Inherits:
-
Object
- Object
- Aws::Types::PortInfo
- 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.
-
#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.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def cidr_list_aliases @cidr_list_aliases end |
#cidrs ⇒ ::Array[::String]
Returns the value of attribute cidrs.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def cidrs @cidrs end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def from_port @from_port end |
#ipv6_cidrs ⇒ ::Array[::String]
Returns the value of attribute ipv6_cidrs.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def ipv6_cidrs @ipv6_cidrs end |
#protocol ⇒ "tcp", ...
Returns the value of attribute protocol.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def protocol @protocol end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def to_port @to_port end |