Class: Aws::Resiliencehubv2::Types::AssertionCreatedMetadata

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

Overview

Metadata for an assertion created event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assertion_idString

The unique identifier of the created assertion.

Returns:

  • (String)


106
107
108
109
110
111
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 106

class AssertionCreatedMetadata < Struct.new(
  :assertion_id,
  :assertion_name)
  SENSITIVE = []
  include Aws::Structure
end

#assertion_nameString

The name of the created assertion.

Returns:

  • (String)


106
107
108
109
110
111
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 106

class AssertionCreatedMetadata < Struct.new(
  :assertion_id,
  :assertion_name)
  SENSITIVE = []
  include Aws::Structure
end