Class: Aws::AppRunner::Types::DisassociateCustomDomainRequest

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

#domain_nameString

The domain name that you want to disassociate from the App Runner service.

Returns:

  • (String)


1334
1335
1336
1337
1338
1339
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1334

class DisassociateCustomDomainRequest < Struct.new(
  :service_arn,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_arnString

The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.

Returns:

  • (String)


1334
1335
1336
1337
1338
1339
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1334

class DisassociateCustomDomainRequest < Struct.new(
  :service_arn,
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end