Class: Aws::Types::DisassociateCustomDomainResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domain ⇒ Types::CustomDomain

Returns the value of attribute custom_domain.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def custom_domain
  @custom_domain
end

#dns_target ⇒ ::String

Returns the value of attribute dns_target.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def dns_target
  @dns_target
end

#service_arn ⇒ ::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def service_arn
  @service_arn
end

#vpc_dns_targets ⇒ ::Array[Types::VpcDNSTarget]

Returns the value of attribute vpc_dns_targets.

Returns:



338
339
340
# File 'sig/types.rbs', line 338

def vpc_dns_targets
  @vpc_dns_targets
end