Class: Aws::PcaConnectorScep::Types::ChallengeMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorScep::Types::ChallengeMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcaconnectorscep/types.rb
Overview
Contains details about the connector’s challenge.
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 connector was created.
-
#updated_at ⇒ Time
The date and time that the connector was updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the challenge.
101 102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 101 class ChallengeMetadata < 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.
101 102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 101 class ChallengeMetadata < Struct.new( :arn, :connector_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the connector was created.
101 102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 101 class ChallengeMetadata < Struct.new( :arn, :connector_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time that the connector was updated.
101 102 103 104 105 106 107 108 |
# File 'lib/aws-sdk-pcaconnectorscep/types.rb', line 101 class ChallengeMetadata < Struct.new( :arn, :connector_arn, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |