Class: Aws::Schemas::Types::ListDiscoverersResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#discoverersArray<Types::DiscovererSummary>

Returns:



973
974
975
976
977
978
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 973

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

#next_tokenString

Returns:

  • (String)


973
974
975
976
977
978
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 973

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