Class: Aws::Route53Profiles::Types::CreateProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::CreateProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
‘ClientToken` is an idempotency token that ensures a call to `CreateProfile` completes only once.
-
#name ⇒ String
A name for the Profile.
-
#tags ⇒ Array<Types::Tag>
A list of the tag keys and values that you want to associate with the Route 53 Profile.
Instance Attribute Details
#client_token ⇒ String
‘ClientToken` is an idempotency token that ensures a call to `CreateProfile` completes only once. You choose the value to pass. For example, an issue might prevent you from getting a response from `CreateProfile`. In this case, safely retry your call to `CreateProfile` by using the same `CreateProfile` parameter value.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
148 149 150 151 152 153 154 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 148 class CreateProfileRequest < Struct.new( :client_token, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A name for the Profile.
148 149 150 151 152 153 154 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 148 class CreateProfileRequest < Struct.new( :client_token, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of the tag keys and values that you want to associate with the Route 53 Profile.
148 149 150 151 152 153 154 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 148 class CreateProfileRequest < Struct.new( :client_token, :name, :tags) SENSITIVE = [] include Aws::Structure end |