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 list of CloudFront key pair identifiers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<String>
A list of CloudFront key pair identifiers.
-
#quantity ⇒ Integer
The number of key pair identifiers in the list.
Instance Attribute Details
#items ⇒ Array<String>
A list of CloudFront key pair identifiers.
6639 6640 6641 6642 6643 6644 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6639 class KeyPairIds < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of key pair identifiers in the list.
6639 6640 6641 6642 6643 6644 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6639 class KeyPairIds < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |