Class: Aws::Types::CreateProbeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def client_token
  @client_token
end

#monitor_name::String

Returns the value of attribute monitor_name.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def monitor_name
  @monitor_name
end

#probeTypes::ProbeInput

Returns the value of attribute probe.

Returns:



51
52
53
# File 'sig/types.rbs', line 51

def probe
  @probe
end

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

Returns the value of attribute tags.

Returns:

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


53
54
55
# File 'sig/types.rbs', line 53

def tags
  @tags
end