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>)


6631
6632
6633
6634
6635
6636
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6631

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

#quantityInteger

The number of key pair identifiers in the list.

Returns:

  • (Integer)


6631
6632
6633
6634
6635
6636
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6631

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