Class: Aws::PcaConnectorScep::Types::GetChallengeMetadataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::GetChallengeMetadataRequest
- 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.
Instance Attribute Details
#challenge_arn ⇒ String
The Amazon Resource Name (ARN) of the challenge.
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 |