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.
799 800 801 802 803 804 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 799 class DeleteAssertionRequest < Struct.new( :service_arn, :assertion_id) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
ARN identifier.
799 800 801 802 803 804 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 799 class DeleteAssertionRequest < Struct.new( :service_arn, :assertion_id) SENSITIVE = [] include Aws::Structure end |