Class: Aws::Types::DnsPrevalidationDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_scopeTypes::DomainScope

Returns the value of attribute domain_scope.

Returns:



472
473
474
# File 'sig/types.rbs', line 472

def domain_scope
  @domain_scope
end

#hosted_zone_id::String

Returns the value of attribute hosted_zone_id.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def hosted_zone_id
  @hosted_zone_id
end

#resource_recordTypes::ResourceRecord

Returns the value of attribute resource_record.



474
475
476
# File 'sig/types.rbs', line 474

def resource_record
  @resource_record
end