Class: Aws::Types::GetProbeOutput

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:



122
123
124
# File 'sig/types.rbs', line 122

def address_family
  @address_family
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



125
126
127
# File 'sig/types.rbs', line 125

def created_at
  @created_at
end

#destination::String

Returns the value of attribute destination.

Returns:



118
119
120
# File 'sig/types.rbs', line 118

def destination
  @destination
end

#destination_port::Integer

Returns the value of attribute destination_port.

Returns:



119
120
121
# File 'sig/types.rbs', line 119

def destination_port
  @destination_port
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:



126
127
128
# File 'sig/types.rbs', line 126

def modified_at
  @modified_at
end

#packet_size::Integer

Returns the value of attribute packet_size.

Returns:



121
122
123
# File 'sig/types.rbs', line 121

def packet_size
  @packet_size
end

#probe_arn::String

Returns the value of attribute probe_arn.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def probe_arn
  @probe_arn
end

#probe_id::String

Returns the value of attribute probe_id.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def probe_id
  @probe_id
end

#protocol"TCP", "ICMP"

Returns the value of attribute protocol.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def protocol
  @protocol
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

def source_arn
  @source_arn
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:



124
125
126
# File 'sig/types.rbs', line 124

def state
  @state
end

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

Returns the value of attribute tags.

Returns:



127
128
129
# File 'sig/types.rbs', line 127

def tags
  @tags
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def vpc_id
  @vpc_id
end