Class: Aws::CloudDirectory::Types::ListAppliedSchemaArnsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListAppliedSchemaArnsResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token.
-
#schema_arns ⇒ Array<String>
The ARNs of schemas that are applied to the directory.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
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_arns ⇒ Array<String>
The ARNs of schemas that are applied to the directory.
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 |