Class: Aws::CloudFront::Types::OriginGroupMembers

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

Overview

A complex data type for the origins included in an origin group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::OriginGroupMember>

Items (origins) in an origin group.

Returns:



8257
8258
8259
8260
8261
8262
# File 'lib/aws-sdk-cloudfront/types.rb', line 8257

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

#quantityInteger

The number of origins in an origin group.

Returns:

  • (Integer)


8257
8258
8259
8260
8261
8262
# File 'lib/aws-sdk-cloudfront/types.rb', line 8257

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