Class: Aws::WorkSpacesWeb::Types::ListTrustStoreCertificatesResponse

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

#certificate_listArray<Types::CertificateSummary>

The certificate list.

Returns:



1978
1979
1980
1981
1982
1983
1984
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1978

class ListTrustStoreCertificatesResponse < Struct.new(
  :certificate_list,
  :next_token,
  :trust_store_arn)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1978
1979
1980
1981
1982
1983
1984
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1978

class ListTrustStoreCertificatesResponse < Struct.new(
  :certificate_list,
  :next_token,
  :trust_store_arn)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_arnString

The ARN of the trust store.

Returns:

  • (String)


1978
1979
1980
1981
1982
1983
1984
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1978

class ListTrustStoreCertificatesResponse < Struct.new(
  :certificate_list,
  :next_token,
  :trust_store_arn)
  SENSITIVE = []
  include Aws::Structure
end