Class: Aws::Route53::Types::GetTrafficPolicyInstanceCountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::GetTrafficPolicyInstanceCountResponse
- Includes:
- Structure
- Defined in:
- 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.
3098 3099 3100 3101 3102 |
# File 'lib/aws-sdk-route53/types.rb', line 3098 class GetTrafficPolicyInstanceCountResponse < Struct.new( :traffic_policy_instance_count) SENSITIVE = [] include Aws::Structure end |