Class: Aws::Schemas::Types::ListSchemaVersionsRequest

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)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1072

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

#next_tokenString

Returns:

  • (String)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1072

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

#registry_nameString

Returns:

  • (String)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1072

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

#schema_nameString

Returns:

  • (String)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1072

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