Class: Aws::Types::InstancePortInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_direction"inbound", "outbound"

Returns the value of attribute access_direction.

Returns:

  • ("inbound", "outbound")


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.

Returns:

  • (::String)


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.

Returns:

  • ("Public", "Private")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


2223
2224
2225
# File 'sig/types.rbs', line 2223

def cidrs
  @cidrs
end

#common_name::String

Returns the value of attribute common_name.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


2224
2225
2226
# File 'sig/types.rbs', line 2224

def ipv6_cidrs
  @ipv6_cidrs
end

#protocol"tcp", ...

Returns the value of attribute protocol.

Returns:

  • ("tcp", "all", "udp", "icmp", "icmpv6")


2218
2219
2220
# File 'sig/types.rbs', line 2218

def protocol
  @protocol
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:

  • (::Integer)


2217
2218
2219
# File 'sig/types.rbs', line 2217

def to_port
  @to_port
end