Class: Aws::AppRunner::Types::DescribeCustomDomainsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRunner::Types::DescribeCustomDomainsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apprunner/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results that each response (result page) can include.
-
#next_token ⇒ String
A token from a previous result page.
-
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results that each response (result page) can include. It’s used for a paginated request.
If you don’t specify ‘MaxResults`, the request retrieves all available results in a single response.
1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1167 class DescribeCustomDomainsRequest < Struct.new( :service_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token from a previous result page. It’s used for a paginated request. The request retrieves the next result page. All other parameter values must be identical to the ones that are specified in the initial request.
If you don’t specify ‘NextToken`, the request retrieves the first result page.
1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1167 class DescribeCustomDomainsRequest < Struct.new( :service_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#service_arn ⇒ String
The Amazon Resource Name (ARN) of the App Runner service that you want associated custom domain names to be described for.
1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-apprunner/types.rb', line 1167 class DescribeCustomDomainsRequest < Struct.new( :service_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |