You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsCloudFrontDistributionOriginGroupFailoverStatusCodes

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsCloudFrontDistributionOriginGroupFailoverStatusCodes as input to an Aws::Client method, you can use a vanilla Hash:

{
  items: [1],
  quantity: 1,
}

The status codes that cause an origin group to fail over.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Integer>

The list of status code values that can cause a failover to the next origin.

Returns:

  • (Array<Integer>)

    The list of status code values that can cause a failover to the next origin.

#quantityInteger

The number of status codes that can cause a failover.

Returns:

  • (Integer)

    The number of status codes that can cause a failover.