Class: Aws::Types::VerifyTargetDomainOutput

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)


2531
2532
2533
# File 'sig/types.rbs', line 2531

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2530
2531
2532
# File 'sig/types.rbs', line 2530

def domain_name
  @domain_name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


2534
2535
2536
# File 'sig/types.rbs', line 2534

def status
  @status
end

#target_domain_id::String

Returns the value of attribute target_domain_id.

Returns:

  • (::String)


2529
2530
2531
# File 'sig/types.rbs', line 2529

def target_domain_id
  @target_domain_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def updated_at
  @updated_at
end

#verification_status_reason::String

Returns the value of attribute verification_status_reason.

Returns:

  • (::String)


2535
2536
2537
# File 'sig/types.rbs', line 2535

def verification_status_reason
  @verification_status_reason
end

#verified_at::Time

Returns the value of attribute verified_at.

Returns:

  • (::Time)


2533
2534
2535
# File 'sig/types.rbs', line 2533

def verified_at
  @verified_at
end