Class: Aws::Types::ProbeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def destination
  @destination
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def destination_port
  @destination_port
end

#packet_size::Integer

Returns the value of attribute packet_size.

Returns:



190
191
192
# File 'sig/types.rbs', line 190

def packet_size
  @packet_size
end

#protocol"TCP", "ICMP"

Returns the value of attribute protocol.

Returns:



189
190
191
# File 'sig/types.rbs', line 189

def protocol
  @protocol
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def source_arn
  @source_arn
end

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

Returns the value of attribute tags.

Returns:



191
192
193
# File 'sig/types.rbs', line 191

def tags
  @tags
end