Class: Aws::PcaConnectorScep::Types::GetChallengeMetadataRequest

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.

Returns:

  • (String)


473
474
475
476
477
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 473

class GetChallengeMetadataRequest < Struct.new(
  :challenge_arn)
  SENSITIVE = []
  include Aws::Structure
end