Class: Aws::Route53::Types::UpdateTrafficPolicyInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::UpdateTrafficPolicyInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the traffic policy instance that you want to update.
-
#traffic_policy_id ⇒ String
The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
-
#traffic_policy_version ⇒ Integer
The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
-
#ttl ⇒ Integer
The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
Instance Attribute Details
#id ⇒ String
The ID of the traffic policy instance that you want to update.
8020 8021 8022 8023 8024 8025 8026 8027 |
# File 'lib/aws-sdk-route53/types.rb', line 8020 class UpdateTrafficPolicyInstanceRequest < Struct.new( :id, :ttl, :traffic_policy_id, :traffic_policy_version) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_id ⇒ String
The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
8020 8021 8022 8023 8024 8025 8026 8027 |
# File 'lib/aws-sdk-route53/types.rb', line 8020 class UpdateTrafficPolicyInstanceRequest < Struct.new( :id, :ttl, :traffic_policy_id, :traffic_policy_version) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_version ⇒ Integer
The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance.
8020 8021 8022 8023 8024 8025 8026 8027 |
# File 'lib/aws-sdk-route53/types.rb', line 8020 class UpdateTrafficPolicyInstanceRequest < Struct.new( :id, :ttl, :traffic_policy_id, :traffic_policy_version) SENSITIVE = [] include Aws::Structure end |
#ttl ⇒ Integer
The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets.
8020 8021 8022 8023 8024 8025 8026 8027 |
# File 'lib/aws-sdk-route53/types.rb', line 8020 class UpdateTrafficPolicyInstanceRequest < Struct.new( :id, :ttl, :traffic_policy_id, :traffic_policy_version) SENSITIVE = [] include Aws::Structure end |