Class: Aws::PcaConnectorScep::Types::DeleteChallengeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::DeleteChallengeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorscep/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#challenge_arn ⇒ String
The Amazon Resource Name (ARN) of the challenge password to delete.
Instance Attribute Details
#challenge_arn ⇒ String
The Amazon Resource Name (ARN) of the challenge password to delete.
449 450 451 452 453 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 449 class DeleteChallengeRequest < Struct.new( :challenge_arn) SENSITIVE = [] include Aws::Structure end |