Class: Aws::CloudDirectory::Types::ListManagedSchemaArnsResponse

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)


3842
3843
3844
3845
3846
3847
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3842

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

#schema_arnsArray<String>

The ARNs for all AWS managed schemas.

Returns:

  • (Array<String>)


3842
3843
3844
3845
3846
3847
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3842

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