Class: Aws::CloudFront::Types::TrustedSigners

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

A list of Amazon Web Services accounts whose public keys CloudFront can use to verify the signatures of signed URLs and signed cookies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

This field is ‘true` if any of the Amazon Web Services accounts in the list are configured as trusted signers. If not, this field is `false`.

Returns:

  • (Boolean)


11976
11977
11978
11979
11980
11981
11982
# File 'lib/aws-sdk-cloudfront/types.rb', line 11976

class TrustedSigners < Struct.new(
  :enabled,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#itemsArray<String>

A list of Amazon Web Services account identifiers.

Returns:

  • (Array<String>)


11976
11977
11978
11979
11980
11981
11982
# File 'lib/aws-sdk-cloudfront/types.rb', line 11976

class TrustedSigners < Struct.new(
  :enabled,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The number of Amazon Web Services accounts in the list.

Returns:

  • (Integer)


11976
11977
11978
11979
11980
11981
11982
# File 'lib/aws-sdk-cloudfront/types.rb', line 11976

class TrustedSigners < Struct.new(
  :enabled,
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end