Class: Aws::Resiliencehubv2::Types::UpdateAssertionRequest

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

#assertion_idString

The unique identifier of the assertion to update.

Returns:

  • (String)


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_arnString

ARN identifier.

Returns:

  • (String)


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

#textString

The updated text content of the assertion.

Returns:

  • (String)


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