Class: Aws::Types::InstancePortState

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cidr_list_aliases::Array[::String]

Returns the value of attribute cidr_list_aliases.

Returns:



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.

Returns:



2234
2235
2236
# File 'sig/types.rbs', line 2234

def cidrs
  @cidrs
end

#from_port::Integer

Returns the value of attribute from_port.

Returns:



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.

Returns:



2235
2236
2237
# File 'sig/types.rbs', line 2235

def ipv6_cidrs
  @ipv6_cidrs
end

#protocol"tcp", ...

Returns the value of attribute protocol.

Returns:



2232
2233
2234
# File 'sig/types.rbs', line 2232

def protocol
  @protocol
end

#state"open", "closed"

Returns the value of attribute state.

Returns:



2233
2234
2235
# File 'sig/types.rbs', line 2233

def state
  @state
end

#to_port::Integer

Returns the value of attribute to_port.

Returns:



2231
2232
2233
# File 'sig/types.rbs', line 2231

def to_port
  @to_port
end