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.
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_arn ⇒ String
ARN identifier.
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 |
#text ⇒ String
The text content of the assertion.
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 |