Class: Aws::PcaConnectorScep::Types::ChallengeMetadataSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the challenge.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the connector.

Returns:

  • (String)


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_atTime

The date and time that the challenge was created.

Returns:

  • (Time)


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_atTime

The date and time that the challenge was updated.

Returns:

  • (Time)


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