Class: Aws::AppRunner::Types::DescribeCustomDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeCustomDomainsResponse
- Defined in:
- gems/aws-sdk-apprunner/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.
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.
1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1268 class DescribeCustomDomainsResponse < Struct.new( :dns_target, :service_arn, :custom_domains, :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.
1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1268 class DescribeCustomDomainsResponse < Struct.new( :dns_target, :service_arn, :custom_domains, :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.
1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1268 class DescribeCustomDomainsResponse < Struct.new( :dns_target, :service_arn, :custom_domains, :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.
1268 1269 1270 1271 1272 1273 1274 1275 |
# File 'gems/aws-sdk-apprunner/lib/aws-sdk-apprunner/types.rb', line 1268 class DescribeCustomDomainsResponse < Struct.new( :dns_target, :service_arn, :custom_domains, :next_token) SENSITIVE = [] include Aws::Structure end |