Class: Aws::Types::CreateReadinessCheckRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#readiness_check_name ⇒ ::String

Returns the value of attribute readiness_check_name.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def readiness_check_name
  @readiness_check_name
end

#resource_set_name ⇒ ::String

Returns the value of attribute resource_set_name.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def resource_set_name
  @resource_set_name
end

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

Returns the value of attribute tags.

Returns:

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


59
60
61
# File 'sig/types.rbs', line 59

def tags
  @tags
end