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)


2026
2027
2028
# File 'sig/types.rbs', line 2026

def domain_name
  @domain_name
end

#target_domain_id::String

Returns the value of attribute target_domain_id.

Returns:

  • (::String)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def target_domain_id
  @target_domain_id
end

#verification_status"PENDING", ...

Returns the value of attribute verification_status.

Returns:

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


2027
2028
2029
# File 'sig/types.rbs', line 2027

def verification_status
  @verification_status
end