Class: Aws::Types::InstancePortInfo
- Inherits:
-
Object
- Object
- Aws::Types::InstancePortInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_direction ⇒ "inbound", "outbound"
Returns the value of attribute access_direction.
-
#access_from ⇒ ::String
Returns the value of attribute access_from.
-
#access_type ⇒ "Public", "Private"
Returns the value of attribute access_type.
-
#cidr_list_aliases ⇒ ::Array[::String]
Returns the value of attribute cidr_list_aliases.
-
#cidrs ⇒ ::Array[::String]
Returns the value of attribute cidrs.
-
#common_name ⇒ ::String
Returns the value of attribute common_name.
-
#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
#access_direction ⇒ "inbound", "outbound"
Returns the value of attribute access_direction.
2222 2223 2224 |
# File 'sig/types.rbs', line 2222 def access_direction @access_direction end |
#access_from ⇒ ::String
Returns the value of attribute access_from.
2219 2220 2221 |
# File 'sig/types.rbs', line 2219 def access_from @access_from end |
#access_type ⇒ "Public", "Private"
Returns the value of attribute access_type.
2220 2221 2222 |
# File 'sig/types.rbs', line 2220 def access_type @access_type end |
#cidr_list_aliases ⇒ ::Array[::String]
Returns the value of attribute cidr_list_aliases.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def cidr_list_aliases @cidr_list_aliases end |
#cidrs ⇒ ::Array[::String]
Returns the value of attribute cidrs.
2223 2224 2225 |
# File 'sig/types.rbs', line 2223 def cidrs @cidrs end |
#common_name ⇒ ::String
Returns the value of attribute common_name.
2221 2222 2223 |
# File 'sig/types.rbs', line 2221 def common_name @common_name end |
#from_port ⇒ ::Integer
Returns the value of attribute from_port.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def from_port @from_port end |
#ipv6_cidrs ⇒ ::Array[::String]
Returns the value of attribute ipv6_cidrs.
2224 2225 2226 |
# File 'sig/types.rbs', line 2224 def ipv6_cidrs @ipv6_cidrs end |
#protocol ⇒ "tcp", ...
Returns the value of attribute protocol.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def protocol @protocol end |
#to_port ⇒ ::Integer
Returns the value of attribute to_port.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def to_port @to_port end |