Class: Aws::CloudDirectory::Types::ListManagedSchemaArnsRequest

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)


3824
3825
3826
3827
3828
3829
3830
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3824

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

#next_tokenString

The pagination token.

Returns:

  • (String)


3824
3825
3826
3827
3828
3829
3830
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3824

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

#schema_arnString

The response for ListManagedSchemaArns. When this parameter is used, all minor version ARNs for a major version are listed.

Returns:

  • (String)


3824
3825
3826
3827
3828
3829
3830
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3824

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