Class: Aws::AppSync::Types::ListDomainNamesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name_configsArray<Types::DomainNameConfig>

Lists configurations for multiple domain names.

Returns:



3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3211

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

#next_tokenString

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

Returns:

  • (String)


3211
3212
3213
3214
3215
3216
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3211

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