Class: Aws::Route53Domains::Types::UpdateDomainContactRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::UpdateDomainContactRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
The UpdateDomainContact request includes the following elements.
Constant Summary collapse
- SENSITIVE =
[:admin_contact, :registrant_contact, :tech_contact, :billing_contact]
Instance Attribute Summary collapse
-
#admin_contact ⇒ Types::ContactDetail
Provides detailed contact information.
-
#billing_contact ⇒ Types::ContactDetail
Provides detailed contact information.
-
#consent ⇒ Types::Consent
Customer’s consent for the owner change request.
-
#domain_name ⇒ String
The name of the domain that you want to update contact information for.
-
#registrant_contact ⇒ Types::ContactDetail
Provides detailed contact information.
-
#tech_contact ⇒ Types::ContactDetail
Provides detailed contact information.
Instance Attribute Details
#admin_contact ⇒ Types::ContactDetail
Provides detailed contact information.
3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 |
# File 'lib/aws-sdk-route53domains/types.rb', line 3027 class UpdateDomainContactRequest < Struct.new( :domain_name, :admin_contact, :registrant_contact, :tech_contact, :consent, :billing_contact) SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact, :billing_contact] include Aws::Structure end |
#billing_contact ⇒ Types::ContactDetail
Provides detailed contact information.
3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 |
# File 'lib/aws-sdk-route53domains/types.rb', line 3027 class UpdateDomainContactRequest < Struct.new( :domain_name, :admin_contact, :registrant_contact, :tech_contact, :consent, :billing_contact) SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact, :billing_contact] include Aws::Structure end |
#consent ⇒ Types::Consent
Customer’s consent for the owner change request. Required if the domain is not free (consent price is more than $0.00).
3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 |
# File 'lib/aws-sdk-route53domains/types.rb', line 3027 class UpdateDomainContactRequest < Struct.new( :domain_name, :admin_contact, :registrant_contact, :tech_contact, :consent, :billing_contact) SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact, :billing_contact] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain that you want to update contact information for.
3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 |
# File 'lib/aws-sdk-route53domains/types.rb', line 3027 class UpdateDomainContactRequest < Struct.new( :domain_name, :admin_contact, :registrant_contact, :tech_contact, :consent, :billing_contact) SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact, :billing_contact] include Aws::Structure end |
#registrant_contact ⇒ Types::ContactDetail
Provides detailed contact information.
3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 |
# File 'lib/aws-sdk-route53domains/types.rb', line 3027 class UpdateDomainContactRequest < Struct.new( :domain_name, :admin_contact, :registrant_contact, :tech_contact, :consent, :billing_contact) SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact, :billing_contact] include Aws::Structure end |
#tech_contact ⇒ Types::ContactDetail
Provides detailed contact information.
3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 |
# File 'lib/aws-sdk-route53domains/types.rb', line 3027 class UpdateDomainContactRequest < Struct.new( :domain_name, :admin_contact, :registrant_contact, :tech_contact, :consent, :billing_contact) SENSITIVE = [:admin_contact, :registrant_contact, :tech_contact, :billing_contact] include Aws::Structure end |