Class: Aws::CloudDirectory::Types::ListManagedSchemaArnsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListManagedSchemaArnsResponse
- 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 for all AWS managed schemas.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
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_arns ⇒ Array<String>
The ARNs for all AWS managed schemas.
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 |