Class: Aws::Resiliencehubv2::Types::CreateAssertionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Idempotency token.

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

Returns:

  • (String)


310
311
312
313
314
315
316
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 310

class CreateAssertionRequest < Struct.new(
  :service_arn,
  :text,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

ARN identifier.

Returns:

  • (String)


310
311
312
313
314
315
316
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 310

class CreateAssertionRequest < Struct.new(
  :service_arn,
  :text,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The text content of the assertion.

Returns:

  • (String)


310
311
312
313
314
315
316
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 310

class CreateAssertionRequest < Struct.new(
  :service_arn,
  :text,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end