Class: Aws::Route53::Types::CreateTrafficPolicyVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateTrafficPolicyVersionRequest
- Defined in:
- gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb
Overview
A complex type that contains information about the traffic policy that you want to create a new version for.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#comment ⇒ String
The comment that you specified in the
CreateTrafficPolicyVersion
request, if any. -
#document ⇒ String
The definition of this version of the traffic policy, in JSON format.
-
#id ⇒ String
The ID of the traffic policy for which you want to create a new version.
Instance Attribute Details
#comment ⇒ String
The comment that you specified in the CreateTrafficPolicyVersion
request, if any.
1724 1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1724 class CreateTrafficPolicyVersionRequest < Struct.new( :id, :document, :comment) SENSITIVE = [] include Aws::Structure end |
#document ⇒ String
The definition of this version of the traffic policy, in JSON
format. You specified the JSON in the CreateTrafficPolicyVersion
request. For more information about the JSON format, see
CreateTrafficPolicy.
1724 1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1724 class CreateTrafficPolicyVersionRequest < Struct.new( :id, :document, :comment) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the traffic policy for which you want to create a new version.
1724 1725 1726 1727 1728 1729 1730 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1724 class CreateTrafficPolicyVersionRequest < Struct.new( :id, :document, :comment) SENSITIVE = [] include Aws::Structure end |