Class: Aws::Route53::Types::GetTrafficPolicyInstanceCountResponse

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 resource record sets that Amazon Route 53 created based on a specified traffic policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#traffic_policy_instance_countInteger

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

Returns:

  • (Integer)


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