You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Route53::Types::CreateTrafficPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateTrafficPolicyRequest
- Defined in:
- (unknown)
Overview
Note:
When passing CreateTrafficPolicyRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "TrafficPolicyName", # required
document: "TrafficPolicyDocument", # required
comment: "TrafficPolicyComment",
}
A complex type that contains information about the traffic policy that you want to create.
Instance Attribute Summary collapse
-
#comment ⇒ String
(Optional) Any comments that you want to include about the traffic policy.
-
#document ⇒ String
The definition of this traffic policy in JSON format.
-
#name ⇒ String
The name of the traffic policy.
Instance Attribute Details
#comment ⇒ String
(Optional) Any comments that you want to include about the traffic policy.
#document ⇒ String
The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format.
#name ⇒ String
The name of the traffic policy.