Class: Aws::Resiliencehubv2::Types::DeleteAssertionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteAssertionResponse
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assertion_id ⇒ String
The unique identifier of the deleted assertion.
Instance Attribute Details
#assertion_id ⇒ String
The unique identifier of the deleted assertion.
806 807 808 809 810 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 806 class DeleteAssertionResponse < Struct.new( :assertion_id) SENSITIVE = [] include Aws::Structure end |