Class: Aws::CloudDirectory::Types::ListAppliedSchemaArnsResponse

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)


3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3469

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

#schema_arnsArray<String>

The ARNs of schemas that are applied to the directory.

Returns:

  • (Array<String>)


3469
3470
3471
3472
3473
3474
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3469

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