Class: Aws::PcaConnectorScep::Types::GetChallengePasswordResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::GetChallengePasswordResponse
- Defined in:
- gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:password]
Instance Attribute Summary collapse
-
#password ⇒ String
The SCEP challenge password.
Instance Attribute Details
#password ⇒ String
The SCEP challenge password.
509 510 511 512 513 |
# File 'gems/aws-sdk-pcaconnectorscep/lib/aws-sdk-pcaconnectorscep/types.rb', line 509 class GetChallengePasswordResponse < Struct.new( :password) SENSITIVE = [:password] include Aws::Structure end |