Class: Aws::PcaConnectorScep::Types::ChallengeMetadataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::ChallengeMetadataSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorscep/types.rb
Overview
Details about the specified challenge, returned by the
- GetChallengeMetadata][1
-
action.
[1]: docs.aws.amazon.com/C4SCEP_API/pca-connector-scep/latest/APIReference/API_GetChallengeMetadata.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the challenge.
-
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
-
#created_at ⇒ Time
The date and time that the challenge was created.
-
#updated_at ⇒ Time
The date and time that the challenge was updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the challenge.
135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 135 class ChallengeMetadataSummary < Struct.new( :arn, :connector_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#connector_arn ⇒ String
The Amazon Resource Name (ARN) of the connector.
135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 135 class ChallengeMetadataSummary < Struct.new( :arn, :connector_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the challenge was created.
135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 135 class ChallengeMetadataSummary < Struct.new( :arn, :connector_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time that the challenge was updated.
135 136 137 138 139 140 141 142 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 135 class ChallengeMetadataSummary < Struct.new( :arn, :connector_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |