Class: Aws::Types::GetDomainDetailResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:admin_contact, :registrant_contact, :tech_contact, :abuse_contact_email, :abuse_contact_phone, :billing_contact])

Instance Attribute Summary collapse

Instance Attribute Details

#abuse_contact_email::String

Returns the value of attribute abuse_contact_email.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def abuse_contact_email
  @abuse_contact_email
end

#abuse_contact_phone::String

Returns the value of attribute abuse_contact_phone.

Returns:

  • (::String)


271
272
273
# File 'sig/types.rbs', line 271

def abuse_contact_phone
  @abuse_contact_phone
end

#admin_contactTypes::ContactDetail

Returns the value of attribute admin_contact.



261
262
263
# File 'sig/types.rbs', line 261

def admin_contact
  @admin_contact
end

#admin_privacyBoolean

Returns the value of attribute admin_privacy.

Returns:

  • (Boolean)


264
265
266
# File 'sig/types.rbs', line 264

def admin_privacy
  @admin_privacy
end

#auto_renewBoolean

Returns the value of attribute auto_renew.

Returns:

  • (Boolean)


260
261
262
# File 'sig/types.rbs', line 260

def auto_renew
  @auto_renew
end

#billing_contactTypes::ContactDetail

Returns the value of attribute billing_contact.



280
281
282
# File 'sig/types.rbs', line 280

def billing_contact
  @billing_contact
end

#billing_privacyBoolean

Returns the value of attribute billing_privacy.

Returns:

  • (Boolean)


281
282
283
# File 'sig/types.rbs', line 281

def billing_privacy
  @billing_privacy
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


273
274
275
# File 'sig/types.rbs', line 273

def creation_date
  @creation_date
end

#dns_sec::String

Returns the value of attribute dns_sec.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def dns_sec
  @dns_sec
end

#dnssec_keys::Array[Types::DnssecKey]

Returns the value of attribute dnssec_keys.

Returns:



279
280
281
# File 'sig/types.rbs', line 279

def dnssec_keys
  @dnssec_keys
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def domain_name
  @domain_name
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


275
276
277
# File 'sig/types.rbs', line 275

def expiration_date
  @expiration_date
end

#nameservers::Array[Types::Nameserver]

Returns the value of attribute nameservers.

Returns:



259
260
261
# File 'sig/types.rbs', line 259

def nameservers
  @nameservers
end

#registrant_contactTypes::ContactDetail

Returns the value of attribute registrant_contact.



262
263
264
# File 'sig/types.rbs', line 262

def registrant_contact
  @registrant_contact
end

#registrant_privacyBoolean

Returns the value of attribute registrant_privacy.

Returns:

  • (Boolean)


265
266
267
# File 'sig/types.rbs', line 265

def registrant_privacy
  @registrant_privacy
end

#registrar_name::String

Returns the value of attribute registrar_name.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def registrar_name
  @registrar_name
end

#registrar_url::String

Returns the value of attribute registrar_url.

Returns:

  • (::String)


269
270
271
# File 'sig/types.rbs', line 269

def registrar_url
  @registrar_url
end

#registry_domain_id::String

Returns the value of attribute registry_domain_id.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def registry_domain_id
  @registry_domain_id
end

#reseller::String

Returns the value of attribute reseller.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def reseller
  @reseller
end

#status_list::Array[::String]

Returns the value of attribute status_list.

Returns:

  • (::Array[::String])


278
279
280
# File 'sig/types.rbs', line 278

def status_list
  @status_list
end

#tech_contactTypes::ContactDetail

Returns the value of attribute tech_contact.



263
264
265
# File 'sig/types.rbs', line 263

def tech_contact
  @tech_contact
end

#tech_privacyBoolean

Returns the value of attribute tech_privacy.

Returns:

  • (Boolean)


266
267
268
# File 'sig/types.rbs', line 266

def tech_privacy
  @tech_privacy
end

#updated_date::Time

Returns the value of attribute updated_date.

Returns:

  • (::Time)


274
275
276
# File 'sig/types.rbs', line 274

def updated_date
  @updated_date
end

#who_is_server::String

Returns the value of attribute who_is_server.

Returns:

  • (::String)


268
269
270
# File 'sig/types.rbs', line 268

def who_is_server
  @who_is_server
end