Class: Aws::Schemas::Types::ListRegistriesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListRegistriesResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#next_token ⇒ String
1032 1033 1034 1035 1036 1037 |
# File 'lib/aws-sdk-schemas/types.rb', line 1032 class ListRegistriesResponse < Struct.new( :next_token, :registries) SENSITIVE = [] include Aws::Structure end |
#registries ⇒ Array<Types::RegistrySummary>
1032 1033 1034 1035 1036 1037 |
# File 'lib/aws-sdk-schemas/types.rb', line 1032 class ListRegistriesResponse < Struct.new( :next_token, :registries) SENSITIVE = [] include Aws::Structure end |