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

Class: Aws::Route53::Types::UpdateTrafficPolicyInstanceRequest

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

Overview

Note:

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

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the traffic policy instance that you want to update.

Returns:

  • (String)

    The ID of the traffic policy instance that you want to update.

#traffic_policy_idString

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.

Returns:

  • (String)

    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.

#traffic_policy_versionInteger

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.

Returns:

  • (Integer)

    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.

#ttlInteger

The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.

Returns:

  • (Integer)

    The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.