Class: Aws::Amplify::Types::ListDomainAssociationsRequest

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

Overview

The request structure for the list domain associations request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-amplify/types.rb', line 2037

class ListDomainAssociationsRequest < Struct.new(
  :app_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of records to list in a single response.

Returns:

  • (Integer)


2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-amplify/types.rb', line 2037

class ListDomainAssociationsRequest < Struct.new(
  :app_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token. Set to null to start listing apps from the start. If non-null, a pagination token is returned in a result. Pass its value in here to list more projects.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
# File 'lib/aws-sdk-amplify/types.rb', line 2037

class ListDomainAssociationsRequest < Struct.new(
  :app_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end