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 have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies. If not, this field is `false`.

Returns:

  • (Boolean)


11957
11958
11959
11960
11961
11962
11963
# File 'lib/aws-sdk-cloudfront/types.rb', line 11957

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>)


11957
11958
11959
11960
11961
11962
11963
# File 'lib/aws-sdk-cloudfront/types.rb', line 11957

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)


11957
11958
11959
11960
11961
11962
11963
# File 'lib/aws-sdk-cloudfront/types.rb', line 11957

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