Class: Aws::CloudFront::Types::KeyPairIds

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

Overview

A complex type that lists the active CloudFront key pairs, if any, that are associated with ‘AwsAccountNumber`.

For more information, see ActiveTrustedSigners.

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<String>

A complex type that lists the active CloudFront key pairs, if any, that are associated with ‘AwsAccountNumber`.

For more information, see ActiveTrustedSigners.

Returns:

  • (Array<String>)


4833
4834
4835
4836
4837
# File 'lib/aws-sdk-cloudfront/types.rb', line 4833

class KeyPairIds < Struct.new(
  :quantity,
  :items)
  include Aws::Structure
end

#quantityInteger

The number of active CloudFront key pairs for ‘AwsAccountNumber`.

For more information, see ActiveTrustedSigners.

Returns:

  • (Integer)


4833
4834
4835
4836
4837
# File 'lib/aws-sdk-cloudfront/types.rb', line 4833

class KeyPairIds < Struct.new(
  :quantity,
  :items)
  include Aws::Structure
end