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


3736
3737
3738
3739
3740
# File 'lib/aws-sdk-cloudfront/types.rb', line 3736

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)


3736
3737
3738
3739
3740
# File 'lib/aws-sdk-cloudfront/types.rb', line 3736

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