Class: Aws::Resiliencehubv2::Types::AssertionCreatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::AssertionCreatedMetadata
- 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
-
#assertion_id ⇒ String
The unique identifier of the created assertion.
-
#assertion_name ⇒ String
The name of the created assertion.
Instance Attribute Details
#assertion_id ⇒ String
The unique identifier of the created assertion.
112 113 114 115 116 117 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 112 class AssertionCreatedMetadata < Struct.new( :assertion_id, :assertion_name) SENSITIVE = [] include Aws::Structure end |
#assertion_name ⇒ String
The name of the created assertion.
112 113 114 115 116 117 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 112 class AssertionCreatedMetadata < Struct.new( :assertion_id, :assertion_name) SENSITIVE = [] include Aws::Structure end |