Class: Aws::Schemas::Types::ListRegistriesResponse

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

#next_tokenString

Returns:

  • (String)


1032
1033
1034
1035
1036
1037
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1032

class ListRegistriesResponse < Struct.new(
  :next_token,
  :registries)
  SENSITIVE = []
  include Aws::Structure
end

#registriesArray<Types::RegistrySummary>

Returns:



1032
1033
1034
1035
1036
1037
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1032

class ListRegistriesResponse < Struct.new(
  :next_token,
  :registries)
  SENSITIVE = []
  include Aws::Structure
end