Class: Aws::Types::DomainValidationRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_record_creation_stateTypes::DnsRecordCreationState

Returns the value of attribute dns_record_creation_state.



1263
1264
1265
# File 'sig/types.rbs', line 1263

def dns_record_creation_state
  @dns_record_creation_state
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def domain_name
  @domain_name
end

#resource_recordTypes::ResourceRecord

Returns the value of attribute resource_record.



1262
1263
1264
# File 'sig/types.rbs', line 1262

def resource_record
  @resource_record
end

#validation_status"PENDING_VALIDATION", ...

Returns the value of attribute validation_status.

Returns:

  • ("PENDING_VALIDATION", "FAILED", "SUCCESS")


1264
1265
1266
# File 'sig/types.rbs', line 1264

def validation_status
  @validation_status
end