Class: Aws::Schemas::Types::ListRegistriesRequest

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

#limitInteger

Returns:

  • (Integer)


1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1015

class ListRegistriesRequest < Struct.new(
  :limit,
  :next_token,
  :registry_name_prefix,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1015

class ListRegistriesRequest < Struct.new(
  :limit,
  :next_token,
  :registry_name_prefix,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#registry_name_prefixString

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1015

class ListRegistriesRequest < Struct.new(
  :limit,
  :next_token,
  :registry_name_prefix,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

Returns:

  • (String)


1015
1016
1017
1018
1019
1020
1021
1022
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1015

class ListRegistriesRequest < Struct.new(
  :limit,
  :next_token,
  :registry_name_prefix,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end