Class: Aws::Types::TargetDomain

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2034
2035
2036
# File 'sig/types.rbs', line 2034

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2030
2031
2032
# File 'sig/types.rbs', line 2030

def domain_name
  @domain_name
end

#target_domain_id::String

Returns the value of attribute target_domain_id.

Returns:

  • (::String)


2029
2030
2031
# File 'sig/types.rbs', line 2029

def target_domain_id
  @target_domain_id
end

#verification_detailsTypes::VerificationDetails

Returns the value of attribute verification_details.



2033
2034
2035
# File 'sig/types.rbs', line 2033

def verification_details
  @verification_details
end

#verification_status"PENDING", ...

Returns the value of attribute verification_status.

Returns:

  • ("PENDING", "VERIFIED", "FAILED", "UNREACHABLE")


2031
2032
2033
# File 'sig/types.rbs', line 2031

def verification_status
  @verification_status
end

#verification_status_reason::String

Returns the value of attribute verification_status_reason.

Returns:

  • (::String)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def verification_status_reason
  @verification_status_reason
end

#verified_at::Time

Returns the value of attribute verified_at.

Returns:

  • (::Time)


2035
2036
2037
# File 'sig/types.rbs', line 2035

def verified_at
  @verified_at
end