Class: Aws::Route53::Types::TrafficPolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::TrafficPolicySummary
- Includes:
- Structure
- Defined in:
- 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
-
#id ⇒ String
The ID that Amazon Route 53 assigned to the traffic policy when you created it.
-
#latest_version ⇒ Integer
The version number of the latest version of the traffic policy.
-
#name ⇒ String
The name that you specified for the traffic policy when you created it.
-
#traffic_policy_count ⇒ Integer
The number of traffic policies that are associated with the current Amazon Web Services account.
-
#type ⇒ 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.
Instance Attribute Details
#id ⇒ String
The ID that Amazon Route 53 assigned to the traffic policy when you created it.
7513 7514 7515 7516 7517 7518 7519 7520 7521 |
# File 'lib/aws-sdk-route53/types.rb', line 7513 class TrafficPolicySummary < Struct.new( :id, :name, :type, :latest_version, :traffic_policy_count) SENSITIVE = [] include Aws::Structure end |
#latest_version ⇒ Integer
The version number of the latest version of the traffic policy.
7513 7514 7515 7516 7517 7518 7519 7520 7521 |
# File 'lib/aws-sdk-route53/types.rb', line 7513 class TrafficPolicySummary < Struct.new( :id, :name, :type, :latest_version, :traffic_policy_count) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name that you specified for the traffic policy when you created it.
7513 7514 7515 7516 7517 7518 7519 7520 7521 |
# File 'lib/aws-sdk-route53/types.rb', line 7513 class TrafficPolicySummary < Struct.new( :id, :name, :type, :latest_version, :traffic_policy_count) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_count ⇒ Integer
The number of traffic policies that are associated with the current Amazon Web Services account.
7513 7514 7515 7516 7517 7518 7519 7520 7521 |
# File 'lib/aws-sdk-route53/types.rb', line 7513 class TrafficPolicySummary < Struct.new( :id, :name, :type, :latest_version, :traffic_policy_count) SENSITIVE = [] include Aws::Structure end |
#type ⇒ 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.
7513 7514 7515 7516 7517 7518 7519 7520 7521 |
# File 'lib/aws-sdk-route53/types.rb', line 7513 class TrafficPolicySummary < Struct.new( :id, :name, :type, :latest_version, :traffic_policy_count) SENSITIVE = [] include Aws::Structure end |