Class: Aws::PcaConnectorScep::Types::DeleteChallengeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pcaconnectorscep/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#challenge_arnString

The Amazon Resource Name (ARN) of the challenge password to delete.

Returns:

  • (String)


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