Class: Aws::PcaConnectorScep::Types::ChallengeMetadata

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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the challenge.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the connector.

Returns:

  • (String)


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_atTime

The date and time that the connector was created.

Returns:

  • (Time)


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_atTime

The date and time that the connector was updated.

Returns:

  • (Time)


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