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

Class: Aws::Route53::Types::TrafficPolicySummary

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

Overview

A complex type that contains information about the latest version of one traffic policy that is associated with the current AWS account.

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID that Amazon Route 53 assigned to the traffic policy when you created it.

Returns:

  • (String)

    The ID that Amazon Route 53 assigned to the traffic policy when you created it.

#latest_versionInteger

The version number of the latest version of the traffic policy.

Returns:

  • (Integer)

    The version number of the latest version of the traffic policy.

#nameString

The name that you specified for the traffic policy when you created it.

Returns:

  • (String)

    The name that you specified for the traffic policy when you created it.

#traffic_policy_countInteger

The number of traffic policies that are associated with the current AWS account.

Returns:

  • (Integer)

    The number of traffic policies that are associated with the current AWS account.

#typeString

The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.

Possible values:

  • SOA
  • A
  • TXT
  • NS
  • CNAME
  • MX
  • NAPTR
  • PTR
  • SRV
  • SPF
  • AAAA
  • CAA

Returns:

  • (String)

    The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.