Class: Aws::CloudFront::Types::KeyPairIds
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::KeyPairIds
- 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
-
#items ⇒ Array<String>
A complex type that lists the active CloudFront key pairs, if any, that are associated with ‘AwsAccountNumber`.
-
#quantity ⇒ Integer
The number of active CloudFront key pairs for ‘AwsAccountNumber`.
Instance Attribute Details
#items ⇒ Array<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
5449 5450 5451 5452 5453 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5449 class KeyPairIds < Struct.new( :quantity, :items) include Aws::Structure end |
#quantity ⇒ Integer
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
5449 5450 5451 5452 5453 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5449 class KeyPairIds < Struct.new( :quantity, :items) include Aws::Structure end |