Class: Aws::WorkSpacesWeb::Types::ListTrustStoresResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2015

class ListTrustStoresResponse < Struct.new(
  :next_token,
  :trust_stores)
  SENSITIVE = []
  include Aws::Structure
end

#trust_storesArray<Types::TrustStoreSummary>

The trust stores.

Returns:



2015
2016
2017
2018
2019
2020
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2015

class ListTrustStoresResponse < Struct.new(
  :next_token,
  :trust_stores)
  SENSITIVE = []
  include Aws::Structure
end