Class: Aws::CloudDirectory::Types::ListPublishedSchemaArnsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListPublishedSchemaArnsResponse
- 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 published schemas.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
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_arns ⇒ Array<String>
The ARNs of published schemas.
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 |