Class: Aws::Types::DeleteWorkloadInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def client_request_token
  @client_request_token
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def workload_id
  @workload_id
end