Class: Aws::AppRunner::Types::DisassociateCustomDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DisassociateCustomDomainResponse
- Defined in:
- gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_domain ⇒ Types::CustomDomain
A description of the domain name that's being disassociated.
-
#dns_target ⇒ String
The App Runner subdomain of the App Runner service.
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.
Instance Attribute Details
#custom_domain ⇒ Types::CustomDomain
A description of the domain name that's being disassociated.
1425 1426 1427 1428 1429 1430 1431 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1425 class DisassociateCustomDomainResponse < Struct.new( :dns_target, :service_arn, :custom_domain) SENSITIVE = [] include Aws::Structure end |
#dns_target ⇒ String
The App Runner subdomain of the App Runner service. The disassociated custom domain name was mapped to this target name.
1425 1426 1427 1428 1429 1430 1431 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1425 class DisassociateCustomDomainResponse < Struct.new( :dns_target, :service_arn, :custom_domain) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that a custom domain name is disassociated from.
1425 1426 1427 1428 1429 1430 1431 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1425 class DisassociateCustomDomainResponse < Struct.new( :dns_target, :service_arn, :custom_domain) SENSITIVE = [] include Aws::Structure end |