Class: Aws::Types::Probe

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_family"IPV4", "IPV6"

Returns the value of attribute address_family.

Returns:

  • ("IPV4", "IPV6")


176
177
178
# File 'sig/types.rbs', line 176

def address_family
  @address_family
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


179
180
181
# File 'sig/types.rbs', line 179

def created_at
  @created_at
end

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


172
173
174
# File 'sig/types.rbs', line 172

def destination
  @destination
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:

  • (::Integer)


173
174
175
# File 'sig/types.rbs', line 173

def destination_port
  @destination_port
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


180
181
182
# File 'sig/types.rbs', line 180

def modified_at
  @modified_at
end

#packet_size::Integer

Returns the value of attribute packet_size.

Returns:

  • (::Integer)


175
176
177
# File 'sig/types.rbs', line 175

def packet_size
  @packet_size
end

#probe_arn::String

Returns the value of attribute probe_arn.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def probe_arn
  @probe_arn
end

#probe_id::String

Returns the value of attribute probe_id.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def probe_id
  @probe_id
end

#protocol"TCP", "ICMP"

Returns the value of attribute protocol.

Returns:

  • ("TCP", "ICMP")


174
175
176
# File 'sig/types.rbs', line 174

def protocol
  @protocol
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def source_arn
  @source_arn
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "ACTIVE", "INACTIVE", "ERROR", "DELETING", "DELETED")


178
179
180
# File 'sig/types.rbs', line 178

def state
  @state
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


181
182
183
# File 'sig/types.rbs', line 181

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


177
178
179
# File 'sig/types.rbs', line 177

def vpc_id
  @vpc_id
end