Class: Aws::CloudDirectory::Types::ListPublishedSchemaArnsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListPublishedSchemaArnsRequest
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to retrieve.
-
#next_token ⇒ String
The pagination token.
-
#schema_arn ⇒ String
The response for
ListPublishedSchemaArns
when this parameter is used will list all minor version ARNs for a major version.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to retrieve.
4267 4268 4269 4270 4271 4272 4273 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4267 class ListPublishedSchemaArnsRequest < Struct.new( :schema_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
4267 4268 4269 4270 4271 4272 4273 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4267 class ListPublishedSchemaArnsRequest < Struct.new( :schema_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The response for ListPublishedSchemaArns
when this parameter is
used will list all minor version ARNs for a major version.
4267 4268 4269 4270 4271 4272 4273 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4267 class ListPublishedSchemaArnsRequest < Struct.new( :schema_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |