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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/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)


1434
1435
1436
1437
1438
1439
1440
1441
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1434

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)


1434
1435
1436
1437
1438
1439
1440
1441
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1434

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)


1434
1435
1436
1437
1438
1439
1440
1441
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1434

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)


1434
1435
1436
1437
1438
1439
1440
1441
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1434

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