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.
10805 10806 10807 10808 10809 10810 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10805 class StatusCodes < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of status codes.
10805 10806 10807 10808 10809 10810 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10805 class StatusCodes < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |