Class: Aws::Schemas::Types::SearchSchemasResponse

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

#next_tokenString

Returns:

  • (String)


1592
1593
1594
1595
1596
1597
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1592

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

#schemasArray<Types::SearchSchemaSummary>

Returns:



1592
1593
1594
1595
1596
1597
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1592

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