Class: Aws::Resiliencehubv2::Types::AssertionUpdatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::AssertionUpdatedMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Metadata for an assertion updated event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assertion_id ⇒ String
The unique identifier of the updated assertion.
-
#assertion_name ⇒ String
The name of the updated assertion.
Instance Attribute Details
#assertion_id ⇒ String
The unique identifier of the updated assertion.
150 151 152 153 154 155 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 150 class AssertionUpdatedMetadata < Struct.new( :assertion_id, :assertion_name) SENSITIVE = [] include Aws::Structure end |
#assertion_name ⇒ String
The name of the updated assertion.
150 151 152 153 154 155 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 150 class AssertionUpdatedMetadata < Struct.new( :assertion_id, :assertion_name) SENSITIVE = [] include Aws::Structure end |