Class: Aws::RedshiftServerless::Types::ListCustomDomainAssociationsResponse

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

#associationsArray<Types::Association>

A list of Association objects.

Returns:



1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1456

class ListCustomDomainAssociationsResponse < Struct.new(
  :associations,
  :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)


1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1456

class ListCustomDomainAssociationsResponse < Struct.new(
  :associations,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end