Class: Aws::Resiliencehubv2::Types::AssertionUpdatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::AssertionUpdatedMetadata
- Defined in:
- gems/aws-sdk-resiliencehubv2/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.
144 145 146 147 148 149 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 144 class AssertionUpdatedMetadata < Struct.new( :assertion_id, :assertion_name) SENSITIVE = [] include Aws::Structure end |
#assertion_name ⇒ String
The name of the updated assertion.
144 145 146 147 148 149 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 144 class AssertionUpdatedMetadata < Struct.new( :assertion_id, :assertion_name) SENSITIVE = [] include Aws::Structure end |