Class: Aws::Route53::Types::TrafficPolicySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::TrafficPolicySummary
- 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
-
#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.
8234 8235 8236 8237 8238 8239 8240 8241 8242 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 8234 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.
8234 8235 8236 8237 8238 8239 8240 8241 8242 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 8234 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.
8234 8235 8236 8237 8238 8239 8240 8241 8242 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 8234 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.
8234 8235 8236 8237 8238 8239 8240 8241 8242 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 8234 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.
8234 8235 8236 8237 8238 8239 8240 8241 8242 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 8234 class TrafficPolicySummary < Struct.new( :id, :name, :type, :latest_version, :traffic_policy_count) SENSITIVE = [] include Aws::Structure end |