Class: Aws::AppRunner::Types::DisassociateCustomDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DisassociateCustomDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name that you want to disassociate from the App Runner service.
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.
Instance Attribute Details
#domain_name ⇒ String
The domain name that you want to disassociate from the App Runner service.
1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1334 class DisassociateCustomDomainRequest < Struct.new( :service_arn, :domain_name) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that you want to disassociate a custom domain name from.
1334 1335 1336 1337 1338 1339 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1334 class DisassociateCustomDomainRequest < Struct.new( :service_arn, :domain_name) SENSITIVE = [] include Aws::Structure end |