Module: Aws::Route53Domains::Client::_GetDomainDetailResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDomainDetailResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #abuse_contact_email ⇒ ::String
- #abuse_contact_phone ⇒ ::String
- #admin_contact ⇒ Types::ContactDetail
- #admin_privacy ⇒ Boolean
- #auto_renew ⇒ Boolean
- #billing_contact ⇒ Types::ContactDetail
- #billing_privacy ⇒ Boolean
- #creation_date ⇒ ::Time
- #dns_sec ⇒ ::String
- #dnssec_keys ⇒ ::Array[Types::DnssecKey]
- #domain_name ⇒ ::String
- #expiration_date ⇒ ::Time
- #nameservers ⇒ ::Array[Types::Nameserver]
- #registrant_contact ⇒ Types::ContactDetail
- #registrant_privacy ⇒ Boolean
- #registrar_name ⇒ ::String
- #registrar_url ⇒ ::String
- #registry_domain_id ⇒ ::String
- #reseller ⇒ ::String
- #status_list ⇒ ::Array[::String]
- #tech_contact ⇒ Types::ContactDetail
- #tech_privacy ⇒ Boolean
- #updated_date ⇒ ::Time
- #who_is_server ⇒ ::String
Instance Method Details
#abuse_contact_email ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def abuse_contact_email: () -> ::String
|
#abuse_contact_phone ⇒ ::String
236 |
# File 'sig/client.rbs', line 236
def abuse_contact_phone: () -> ::String
|
#admin_contact ⇒ Types::ContactDetail
226 |
# File 'sig/client.rbs', line 226
def admin_contact: () -> Types::ContactDetail
|
#admin_privacy ⇒ Boolean
229 |
# File 'sig/client.rbs', line 229
def admin_privacy: () -> bool
|
#auto_renew ⇒ Boolean
225 |
# File 'sig/client.rbs', line 225
def auto_renew: () -> bool
|
#billing_contact ⇒ Types::ContactDetail
245 |
# File 'sig/client.rbs', line 245
def billing_contact: () -> Types::ContactDetail
|
#billing_privacy ⇒ Boolean
246 |
# File 'sig/client.rbs', line 246
def billing_privacy: () -> bool
|
#creation_date ⇒ ::Time
238 |
# File 'sig/client.rbs', line 238
def creation_date: () -> ::Time
|
#dns_sec ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def dns_sec: () -> ::String
|
#dnssec_keys ⇒ ::Array[Types::DnssecKey]
244 |
# File 'sig/client.rbs', line 244
def dnssec_keys: () -> ::Array[Types::DnssecKey]
|
#domain_name ⇒ ::String
223 |
# File 'sig/client.rbs', line 223
def domain_name: () -> ::String
|
#expiration_date ⇒ ::Time
240 |
# File 'sig/client.rbs', line 240
def expiration_date: () -> ::Time
|
#nameservers ⇒ ::Array[Types::Nameserver]
224 |
# File 'sig/client.rbs', line 224
def nameservers: () -> ::Array[Types::Nameserver]
|
#registrant_contact ⇒ Types::ContactDetail
227 |
# File 'sig/client.rbs', line 227
def registrant_contact: () -> Types::ContactDetail
|
#registrant_privacy ⇒ Boolean
230 |
# File 'sig/client.rbs', line 230
def registrant_privacy: () -> bool
|
#registrar_name ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def registrar_name: () -> ::String
|
#registrar_url ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def registrar_url: () -> ::String
|
#registry_domain_id ⇒ ::String
237 |
# File 'sig/client.rbs', line 237
def registry_domain_id: () -> ::String
|
#reseller ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def reseller: () -> ::String
|
#status_list ⇒ ::Array[::String]
243 |
# File 'sig/client.rbs', line 243
def status_list: () -> ::Array[::String]
|
#tech_contact ⇒ Types::ContactDetail
228 |
# File 'sig/client.rbs', line 228
def tech_contact: () -> Types::ContactDetail
|
#tech_privacy ⇒ Boolean
231 |
# File 'sig/client.rbs', line 231
def tech_privacy: () -> bool
|
#updated_date ⇒ ::Time
239 |
# File 'sig/client.rbs', line 239
def updated_date: () -> ::Time
|
#who_is_server ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def who_is_server: () -> ::String
|