Class: Aws::Types::UpdateReadinessCheckResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#readiness_check_arn ⇒ ::String

Returns the value of attribute readiness_check_arn.

Returns:

  • (::String)


490
491
492
# File 'sig/types.rbs', line 490

def readiness_check_arn
  @readiness_check_arn
end

#readiness_check_name ⇒ ::String

Returns the value of attribute readiness_check_name.

Returns:

  • (::String)


491
492
493
# File 'sig/types.rbs', line 491

def readiness_check_name
  @readiness_check_name
end

#resource_set ⇒ ::String

Returns the value of attribute resource_set.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def resource_set
  @resource_set
end

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

Returns the value of attribute tags.

Returns:

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


493
494
495
# File 'sig/types.rbs', line 493

def tags
  @tags
end