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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehubv2/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)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 83

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)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 83

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)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 83

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)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 83

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)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 83

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)


83
84
85
86
87
88
89
90
91
92
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 83

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