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)


2513
2514
2515
# File 'sig/types.rbs', line 2513

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2512
2513
2514
# File 'sig/types.rbs', line 2512

def domain_name
  @domain_name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


2516
2517
2518
# File 'sig/types.rbs', line 2516

def status
  @status
end

#target_domain_id::String

Returns the value of attribute target_domain_id.

Returns:

  • (::String)


2511
2512
2513
# File 'sig/types.rbs', line 2511

def target_domain_id
  @target_domain_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2514
2515
2516
# File 'sig/types.rbs', line 2514

def updated_at
  @updated_at
end

#verification_status_reason::String

Returns the value of attribute verification_status_reason.

Returns:

  • (::String)


2517
2518
2519
# File 'sig/types.rbs', line 2517

def verification_status_reason
  @verification_status_reason
end

#verified_at::Time

Returns the value of attribute verified_at.

Returns:

  • (::Time)


2515
2516
2517
# File 'sig/types.rbs', line 2515

def verified_at
  @verified_at
end