Class: Aws::Amplify::Types::ListDomainAssociationsResult

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

Overview

The result structure for the list domain association request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_associationsArray<Types::DomainAssociation>

A list of domain associations.

Returns:



2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2058

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

#next_tokenString

A pagination token. If non-null, a pagination token is returned in a result. Pass its value in another request to retrieve more entries.

Returns:

  • (String)


2058
2059
2060
2061
2062
2063
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2058

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