Method: Aws::Deadline::Types::CreateMonitorRequest#client_token

Defined in:
lib/aws-sdk-deadline/types.rb

#client_tokenString

The unique token which the server uses to recognize retries of the same request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
# File 'lib/aws-sdk-deadline/types.rb', line 1477

class CreateMonitorRequest < Struct.new(
  :client_token,
  :display_name,
  :identity_center_instance_arn,
  :subdomain,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end