Class: Aws::CloudFront::Types::OriginGroupMembers
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::OriginGroupMembers
 
- 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
- 
  
    
      #items  ⇒ Array<Types::OriginGroupMember> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Items (origins) in an origin group. 
- 
  
    
      #quantity  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of origins in an origin group. 
Instance Attribute Details
#items ⇒ Array<Types::OriginGroupMember>
Items (origins) in an origin group.
| 9153 9154 9155 9156 9157 9158 | # File 'lib/aws-sdk-cloudfront/types.rb', line 9153 class OriginGroupMembers < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end | 
#quantity ⇒ Integer
The number of origins in an origin group.
| 9153 9154 9155 9156 9157 9158 | # File 'lib/aws-sdk-cloudfront/types.rb', line 9153 class OriginGroupMembers < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |