Class: Aws::Resiliencehubv2::Types::DeleteAssertionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteAssertionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assertion_id ⇒ String
The unique identifier of the assertion to delete.
-
#service_arn ⇒ String
ARN identifier.
Instance Attribute Details
#assertion_id ⇒ String
The unique identifier of the assertion to delete.
793 794 795 796 797 798 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 793 class DeleteAssertionRequest < Struct.new( :service_arn, :assertion_id) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
793 794 795 796 797 798 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 793 class DeleteAssertionRequest < Struct.new( :service_arn, :assertion_id) SENSITIVE = [] include Aws::Structure end |