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.
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_name ⇒ String
The name of the created assertion.
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 |