Class: Aws::Types::TargetDomainSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2041
2042
2043
# File 'sig/types.rbs', line 2041

def domain_name
  @domain_name
end

#target_domain_id::String

Returns the value of attribute target_domain_id.

Returns:

  • (::String)


2040
2041
2042
# File 'sig/types.rbs', line 2040

def target_domain_id
  @target_domain_id
end

#verification_status"PENDING", ...

Returns the value of attribute verification_status.

Returns:

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


2042
2043
2044
# File 'sig/types.rbs', line 2042

def verification_status
  @verification_status
end