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].

[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_ActiveTrustedSigners.html

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].

[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_ActiveTrustedSigners.html

Returns:

  • (Array<String>)


5459
5460
5461
5462
5463
# File 'lib/aws-sdk-cloudfront/types.rb', line 5459

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].

[1]: docs.aws.amazon.com/cloudfront/latest/APIReference/API_ActiveTrustedSigners.html

Returns:

  • (Integer)


5459
5460
5461
5462
5463
# File 'lib/aws-sdk-cloudfront/types.rb', line 5459

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