Class: Aws::AppRunner::Types::DescribeCustomDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeCustomDomainsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_domains ⇒ Array<Types::CustomDomain>
A list of descriptions of custom domain names that are associated with the service.
-
#dns_target ⇒ String
The App Runner subdomain of the App Runner service.
-
#next_token ⇒ String
The token that you can pass in a subsequent request to get the next result page.
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.
-
#vpc_dns_targets ⇒ Array<Types::VpcDNSTarget>
DNS Target records for the custom domains of this Amazon VPC.
Instance Attribute Details
#custom_domains ⇒ Array<Types::CustomDomain>
A list of descriptions of custom domain names that are associated with the service. In a paginated request, the request returns up to ‘MaxResults` records per call.
1202 1203 1204 1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1202 class DescribeCustomDomainsResponse < Struct.new( :dns_target, :service_arn, :custom_domains, :vpc_dns_targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#dns_target ⇒ String
The App Runner subdomain of the App Runner service. The associated custom domain names are mapped to this target name.
1202 1203 1204 1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1202 class DescribeCustomDomainsResponse < Struct.new( :dns_target, :service_arn, :custom_domains, :vpc_dns_targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that you can pass in a subsequent request to get the next result page. It’s returned in a paginated request.
1202 1203 1204 1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1202 class DescribeCustomDomainsResponse < Struct.new( :dns_target, :service_arn, :custom_domains, :vpc_dns_targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service whose associated custom domain names you want to describe.
1202 1203 1204 1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1202 class DescribeCustomDomainsResponse < Struct.new( :dns_target, :service_arn, :custom_domains, :vpc_dns_targets, :next_token) SENSITIVE = [] include Aws::Structure end |
#vpc_dns_targets ⇒ Array<Types::VpcDNSTarget>
DNS Target records for the custom domains of this Amazon VPC.
1202 1203 1204 1205 1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1202 class DescribeCustomDomainsResponse < Struct.new( :dns_target, :service_arn, :custom_domains, :vpc_dns_targets, :next_token) SENSITIVE = [] include Aws::Structure end |