Class: Aws::Schemas::Types::SearchSchemasRequest

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

#keywordsString

Returns:

  • (String)


1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1575

class SearchSchemasRequest < Struct.new(
  :keywords,
  :limit,
  :next_token,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

Returns:

  • (Integer)


1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1575

class SearchSchemasRequest < Struct.new(
  :keywords,
  :limit,
  :next_token,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1575

class SearchSchemasRequest < Struct.new(
  :keywords,
  :limit,
  :next_token,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end

#registry_nameString

Returns:

  • (String)


1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1575

class SearchSchemasRequest < Struct.new(
  :keywords,
  :limit,
  :next_token,
  :registry_name)
  SENSITIVE = []
  include Aws::Structure
end