Class: Aws::Types::AssociateCustomDomainResponse

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:



21
22
23
# File 'sig/types.rbs', line 21

def custom_domain
  @custom_domain
end

#dns_target ⇒ ::String

Returns the value of attribute dns_target.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def dns_target
  @dns_target
end

#service_arn ⇒ ::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def service_arn
  @service_arn
end

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

Returns the value of attribute vpc_dns_targets.

Returns:



22
23
24
# File 'sig/types.rbs', line 22

def vpc_dns_targets
  @vpc_dns_targets
end