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
CreateTrafficPolicyVersionrequest, 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.
1755 1756 1757 1758 1759 1760 1761 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1755 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.
1755 1756 1757 1758 1759 1760 1761 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1755 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.
1755 1756 1757 1758 1759 1760 1761 |
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 1755 class CreateTrafficPolicyVersionRequest < Struct.new( :id, :document, :comment) SENSITIVE = [] include Aws::Structure end |