Class: Aws::RedshiftServerless::Types::ListCustomDomainAssociationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_domain_certificate_arnString

The custom domain name’s certificate Amazon resource name (ARN).

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1166

class ListCustomDomainAssociationsRequest < Struct.new(
  :custom_domain_certificate_arn,
  :custom_domain_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_nameString

The custom domain name associated with the workgroup.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1166

class ListCustomDomainAssociationsRequest < Struct.new(
  :custom_domain_certificate_arn,
  :custom_domain_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use ‘nextToken` to display the next page of results.

Returns:

  • (Integer)


1166
1167
1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1166

class ListCustomDomainAssociationsRequest < Struct.new(
  :custom_domain_certificate_arn,
  :custom_domain_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

When ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
1173
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1166

class ListCustomDomainAssociationsRequest < Struct.new(
  :custom_domain_certificate_arn,
  :custom_domain_name,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end