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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


7514
7515
7516
7517
7518
7519
7520
7521
7522
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7514

class TrafficPolicySummary < Struct.new(
  :id,
  :name,
  :type,
  :latest_version,
  :traffic_policy_count)
  SENSITIVE = []
  include Aws::Structure
end

#latest_versionInteger

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

Returns:

  • (Integer)


7514
7515
7516
7517
7518
7519
7520
7521
7522
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7514

class TrafficPolicySummary < Struct.new(
  :id,
  :name,
  :type,
  :latest_version,
  :traffic_policy_count)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


7514
7515
7516
7517
7518
7519
7520
7521
7522
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7514

class TrafficPolicySummary < Struct.new(
  :id,
  :name,
  :type,
  :latest_version,
  :traffic_policy_count)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_policy_countInteger

The number of traffic policies that are associated with the current Amazon Web Services account.

Returns:

  • (Integer)


7514
7515
7516
7517
7518
7519
7520
7521
7522
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7514

class TrafficPolicySummary < Struct.new(
  :id,
  :name,
  :type,
  :latest_version,
  :traffic_policy_count)
  SENSITIVE = []
  include Aws::Structure
end

#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.

Returns:

  • (String)


7514
7515
7516
7517
7518
7519
7520
7521
7522
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 7514

class TrafficPolicySummary < Struct.new(
  :id,
  :name,
  :type,
  :latest_version,
  :traffic_policy_count)
  SENSITIVE = []
  include Aws::Structure
end