Class: Aws::CloudDirectory::Types::ListPublishedSchemaArnsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to retrieve.

Returns:

  • (Integer)


4267
4268
4269
4270
4271
4272
4273
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4267

class ListPublishedSchemaArnsRequest < Struct.new(
  :schema_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


4267
4268
4269
4270
4271
4272
4273
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4267

class ListPublishedSchemaArnsRequest < Struct.new(
  :schema_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The response for ListPublishedSchemaArns when this parameter is used will list all minor version ARNs for a major version.

Returns:

  • (String)


4267
4268
4269
4270
4271
4272
4273
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4267

class ListPublishedSchemaArnsRequest < Struct.new(
  :schema_arn,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end