Class: Aws::Resiliencehubv2::Types::CreateAssertionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateAssertionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Idempotency token.
-
#service_arn ⇒ String
ARN identifier.
-
#text ⇒ String
The text content of the assertion.
Instance Attribute Details
#client_token ⇒ String
Idempotency token.
A suitable default value is auto-generated. You should normally not need to pass this option.
316 317 318 319 320 321 322 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 316 class CreateAssertionRequest < Struct.new( :service_arn, :text, :client_token) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
316 317 318 319 320 321 322 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 316 class CreateAssertionRequest < Struct.new( :service_arn, :text, :client_token) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The text content of the assertion.
316 317 318 319 320 321 322 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 316 class CreateAssertionRequest < Struct.new( :service_arn, :text, :client_token) SENSITIVE = [] include Aws::Structure end |