Class: Aws::WorkSpacesWeb::Types::ListTrustStoresResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListTrustStoresResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
-
#trust_stores ⇒ Array<Types::TrustStoreSummary>
The trust stores.
Instance Attribute Details
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2538 2539 2540 2541 2542 2543 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2538 class ListTrustStoresResponse < Struct.new( :next_token, :trust_stores) SENSITIVE = [] include Aws::Structure end |
#trust_stores ⇒ Array<Types::TrustStoreSummary>
The trust stores.
2538 2539 2540 2541 2542 2543 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2538 class ListTrustStoresResponse < Struct.new( :next_token, :trust_stores) SENSITIVE = [] include Aws::Structure end |