Class: Aws::Route53::Types::GetTrafficPolicyInstanceCountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetTrafficPolicyInstanceCountResponse
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#traffic_policy_instance_count ⇒ Integer
The number of traffic policy instances that are associated with the current Amazon Web Services account.
Instance Attribute Details
#traffic_policy_instance_count ⇒ Integer
The number of traffic policy instances that are associated with the current Amazon Web Services account.
3100 3101 3102 3103 3104 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 3100 class GetTrafficPolicyInstanceCountResponse < Struct.new( :traffic_policy_instance_count) SENSITIVE = [] include Aws::Structure end |