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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keywords ⇒ String

Returns:

  • (String)


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

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

#limit ⇒ Integer

Returns:

  • (Integer)


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

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

#next_token ⇒ String

Returns:

  • (String)


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

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

#registry_name ⇒ String

Returns:

  • (String)


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

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