class Aws::Route53::Types::UpdateTrafficPolicyInstanceRequest

A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.

@note When making an API call, you may pass UpdateTrafficPolicyInstanceRequest

data as a hash:

    {
      id: "TrafficPolicyInstanceId", # required
      ttl: 1, # required
      traffic_policy_id: "TrafficPolicyId", # required
      traffic_policy_version: 1, # required
    }

@!attribute [rw] id

The ID of the traffic policy instance that you want to update.
@return [String]

@!attribute [rw] ttl

The TTL that you want Amazon Route 53 to assign to all of the
updated resource record sets.
@return [Integer]

@!attribute [rw] traffic_policy_id

The ID of the traffic policy that you want Amazon Route 53 to use to
update resource record sets for the specified traffic policy
instance.
@return [String]

@!attribute [rw] traffic_policy_version

The version of the traffic policy that you want Amazon Route 53 to
use to update resource record sets for the specified traffic policy
instance.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/UpdateTrafficPolicyInstanceRequest AWS API Documentation

Constants

SENSITIVE