Class: Aws::AppRunner::Types::AssociateCustomDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::AssociateCustomDomainResponse
- 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 associated.
-
#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 with which a custom domain name is associated.
Instance Attribute Details
#custom_domain ⇒ Types::CustomDomain
A description of the domain name that's being associated.
67 68 69 70 71 72 73 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 67 class AssociateCustomDomainResponse < 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 custom domain name is mapped to this target name.
67 68 69 70 71 72 73 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 67 class AssociateCustomDomainResponse < 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 with which a custom domain name is associated.
67 68 69 70 71 72 73 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 67 class AssociateCustomDomainResponse < Struct.new( :dns_target, :service_arn, :custom_domain) SENSITIVE = [] include Aws::Structure end |