Class: Aws::Schemas::Types::ListSchemaVersionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::ListSchemaVersionsRequest
- 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
1072 1073 1074 1075 1076 1077 1078 1079 |
# File '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_token ⇒ String
1072 1073 1074 1075 1076 1077 1078 1079 |
# File '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_name ⇒ String
1072 1073 1074 1075 1076 1077 1078 1079 |
# File '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_name ⇒ String
1072 1073 1074 1075 1076 1077 1078 1079 |
# File 'lib/aws-sdk-schemas/types.rb', line 1072 class ListSchemaVersionsRequest < Struct.new( :limit, :next_token, :registry_name, :schema_name) SENSITIVE = [] include Aws::Structure end |