Class: Aws::AppRunner::Types::DisassociateCustomDomainResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domainTypes::CustomDomain

A description of the domain name that's being disassociated.

Returns:



1361
1362
1363
1364
1365
1366
1367
1368
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1361

class DisassociateCustomDomainResponse < Struct.new(
  :dns_target,
  :service_arn,
  :custom_domain,
  :vpc_dns_targets)
  SENSITIVE = []
  include Aws::Structure
end

#dns_targetString

The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.

Returns:

  • (String)


1361
1362
1363
1364
1365
1366
1367
1368
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1361

class DisassociateCustomDomainResponse < Struct.new(
  :dns_target,
  :service_arn,
  :custom_domain,
  :vpc_dns_targets)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.

Returns:

  • (String)


1361
1362
1363
1364
1365
1366
1367
1368
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1361

class DisassociateCustomDomainResponse < Struct.new(
  :dns_target,
  :service_arn,
  :custom_domain,
  :vpc_dns_targets)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_dns_targetsArray<Types::VpcDNSTarget>

DNS Target records for the custom domains of this Amazon VPC.

Returns:



1361
1362
1363
1364
1365
1366
1367
1368
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1361

class DisassociateCustomDomainResponse < Struct.new(
  :dns_target,
  :service_arn,
  :custom_domain,
  :vpc_dns_targets)
  SENSITIVE = []
  include Aws::Structure
end