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.
8163 8164 8165 8166 8167 8168 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8163 class KeyPairIds < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of key pair identifiers in the list.
8163 8164 8165 8166 8167 8168 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8163 class KeyPairIds < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |