Class: Aws::Schemas::Types::ListRegistriesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListRegistriesRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#limit ⇒ Integer
1015 1016 1017 1018 1019 1020 1021 1022 |
# File '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_token ⇒ String
1015 1016 1017 1018 1019 1020 1021 1022 |
# File '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_prefix ⇒ String
1015 1016 1017 1018 1019 1020 1021 1022 |
# File 'lib/aws-sdk-schemas/types.rb', line 1015 class ListRegistriesRequest < Struct.new( :limit, :next_token, :registry_name_prefix, :scope) SENSITIVE = [] include Aws::Structure end |
#scope ⇒ String
1015 1016 1017 1018 1019 1020 1021 1022 |
# File 'lib/aws-sdk-schemas/types.rb', line 1015 class ListRegistriesRequest < Struct.new( :limit, :next_token, :registry_name_prefix, :scope) SENSITIVE = [] include Aws::Structure end |