Class: Aws::Resiliencehubv2::Types::Assertion

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Represents a resilience assertion for a service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assertion_idString

The unique identifier of the assertion.

Returns:

  • (String)


89
90
91
92
93
94
95
96
97
98
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 89

class Assertion < Struct.new(
  :service_arn,
  :assertion_id,
  :text,
  :source,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the assertion was created.

Returns:

  • (Time)


89
90
91
92
93
94
95
96
97
98
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 89

class Assertion < Struct.new(
  :service_arn,
  :assertion_id,
  :text,
  :source,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

ARN identifier.

Returns:

  • (String)


89
90
91
92
93
94
95
96
97
98
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 89

class Assertion < Struct.new(
  :service_arn,
  :assertion_id,
  :text,
  :source,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The source of the assertion, indicating whether it was AI-generated or created by a user.

Returns:

  • (String)


89
90
91
92
93
94
95
96
97
98
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 89

class Assertion < Struct.new(
  :service_arn,
  :assertion_id,
  :text,
  :source,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The text content of the assertion.

Returns:

  • (String)


89
90
91
92
93
94
95
96
97
98
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 89

class Assertion < Struct.new(
  :service_arn,
  :assertion_id,
  :text,
  :source,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the assertion was last updated.

Returns:

  • (Time)


89
90
91
92
93
94
95
96
97
98
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 89

class Assertion < Struct.new(
  :service_arn,
  :assertion_id,
  :text,
  :source,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end