Class: Aws::Resiliencehubv2::Types::UpdateAssertionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdateAssertionRequest
- Includes:
- Structure
- Defined in:
- 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.
4555 4556 4557 4558 4559 4560 4561 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4555 class UpdateAssertionRequest < Struct.new( :service_arn, :assertion_id, :text) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
4555 4556 4557 4558 4559 4560 4561 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4555 class UpdateAssertionRequest < Struct.new( :service_arn, :assertion_id, :text) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The updated text content of the assertion.
4555 4556 4557 4558 4559 4560 4561 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4555 class UpdateAssertionRequest < Struct.new( :service_arn, :assertion_id, :text) SENSITIVE = [] include Aws::Structure end |