Class: Aws::CloudFront::Types::KeyPairIds

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

A list of CloudFront key pair identifiers.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<String>

A list of CloudFront key pair identifiers.

Returns:

  • (Array<String>)


6637
6638
6639
6640
6641
6642
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6637

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

#quantityInteger

The number of key pair identifiers in the list.

Returns:

  • (Integer)


6637
6638
6639
6640
6641
6642
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6637

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