Class: Aws::CloudDirectory::Types::ListPublishedSchemaArnsResponse

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

#next_tokenString

The pagination token.

Returns:

  • (String)


4285
4286
4287
4288
4289
4290
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4285

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

#schema_arnsArray<String>

The ARNs of published schemas.

Returns:

  • (Array<String>)


4285
4286
4287
4288
4289
4290
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4285

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