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).



1648
1649
1650
1651
1652
1653
1654
1655
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1648

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.



1648
1649
1650
1651
1652
1653
1654
1655
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1648

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.



1648
1649
1650
1651
1652
1653
1654
1655
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1648

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.



1648
1649
1650
1651
1652
1653
1654
1655
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1648

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