Class: Aws::CloudFront::Types::StatusCodes
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudFront::Types::StatusCodes
 
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A complex data type for the status codes that you specify that, when returned by a primary origin, trigger CloudFront to failover to a second origin.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #items  ⇒ Array<Integer> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The items (status codes) for an origin group. 
- 
  
    
      #quantity  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of status codes. 
Instance Attribute Details
#items ⇒ Array<Integer>
The items (status codes) for an origin group.
| 13211 13212 13213 13214 13215 13216 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13211 class StatusCodes < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end | 
#quantity ⇒ Integer
The number of status codes.
| 13211 13212 13213 13214 13215 13216 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 13211 class StatusCodes < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |