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)


2555
2556
2557
# File 'sig/types.rbs', line 2555

def created_at
  @created_at
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2554
2555
2556
# File 'sig/types.rbs', line 2554

def domain_name
  @domain_name
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


2558
2559
2560
# File 'sig/types.rbs', line 2558

def status
  @status
end

#target_domain_id::String

Returns the value of attribute target_domain_id.

Returns:

  • (::String)


2553
2554
2555
# File 'sig/types.rbs', line 2553

def target_domain_id
  @target_domain_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2556
2557
2558
# File 'sig/types.rbs', line 2556

def updated_at
  @updated_at
end

#verification_status_reason::String

Returns the value of attribute verification_status_reason.

Returns:

  • (::String)


2559
2560
2561
# File 'sig/types.rbs', line 2559

def verification_status_reason
  @verification_status_reason
end

#verified_at::Time

Returns the value of attribute verified_at.

Returns:

  • (::Time)


2557
2558
2559
# File 'sig/types.rbs', line 2557

def verified_at
  @verified_at
end