Class: Aws::Resiliencehubv2::Types::UpdateAssertionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateAssertionRequest
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assertion_id ⇒ String
The unique identifier of the assertion to update.
-
#service_arn ⇒ String
ARN identifier.
-
#text ⇒ String
The updated text content of the assertion.
Instance Attribute Details
#assertion_id ⇒ String
The unique identifier of the assertion to update.
4480 4481 4482 4483 4484 4485 4486 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4480 class UpdateAssertionRequest < Struct.new( :service_arn, :assertion_id, :text) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
4480 4481 4482 4483 4484 4485 4486 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4480 class UpdateAssertionRequest < Struct.new( :service_arn, :assertion_id, :text) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The updated text content of the assertion.
4480 4481 4482 4483 4484 4485 4486 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4480 class UpdateAssertionRequest < Struct.new( :service_arn, :assertion_id, :text) SENSITIVE = [] include Aws::Structure end |