Class: Aws::Types::DescribeCustomDomainsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domains ⇒ ::Array[Types::CustomDomain]

Returns the value of attribute custom_domains.

Returns:



282
283
284
# File 'sig/types.rbs', line 282

def custom_domains
  @custom_domains
end

#dns_target ⇒ ::String

Returns the value of attribute dns_target.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def dns_target
  @dns_target
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def next_token
  @next_token
end

#service_arn ⇒ ::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def service_arn
  @service_arn
end

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

Returns the value of attribute vpc_dns_targets.

Returns:



283
284
285
# File 'sig/types.rbs', line 283

def vpc_dns_targets
  @vpc_dns_targets
end