Class: Aws::CloudFront::Types::ActiveTrustedSigners

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

Overview

A list of Amazon Web Services accounts and the active CloudFront key pairs in each account that 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)


78
79
80
81
82
83
84
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 78

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

#itemsArray<Types::Signer>

A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.

Returns:



78
79
80
81
82
83
84
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 78

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

#quantityInteger

The number of Amazon Web Services accounts in the list.

Returns:

  • (Integer)


78
79
80
81
82
83
84
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 78

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