Class: Aws::VPCLattice::Types::StartDomainVerificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::StartDomainVerificationRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#domain_name ⇒ String
The domain name to verify ownership for.
-
#tags ⇒ Hash<String,String>
The tags for the domain verification.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails.
A suitable default value is auto-generated. You should normally not need to pass this option.
5041 5042 5043 5044 5045 5046 5047 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5041 class StartDomainVerificationRequest < Struct.new( :client_token, :domain_name, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name to verify ownership for.
5041 5042 5043 5044 5045 5046 5047 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5041 class StartDomainVerificationRequest < Struct.new( :client_token, :domain_name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for the domain verification.
5041 5042 5043 5044 5045 5046 5047 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 5041 class StartDomainVerificationRequest < Struct.new( :client_token, :domain_name, :tags) SENSITIVE = [] include Aws::Structure end |