Class: Aws::WorkSpacesWeb::Types::ListTrustStoreCertificatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListTrustStoreCertificatesResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_list ⇒ Array<Types::CertificateSummary>
The certificate list.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.>.
-
#trust_store_arn ⇒ String
The ARN of the trust store.
Instance Attribute Details
#certificate_list ⇒ Array<Types::CertificateSummary>
The certificate list.
2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2100 class ListTrustStoreCertificatesResponse < Struct.new( :certificate_list, :next_token, :trust_store_arn) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.>
2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2100 class ListTrustStoreCertificatesResponse < Struct.new( :certificate_list, :next_token, :trust_store_arn) SENSITIVE = [] include Aws::Structure end |
#trust_store_arn ⇒ String
The ARN of the trust store.
2100 2101 2102 2103 2104 2105 2106 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2100 class ListTrustStoreCertificatesResponse < Struct.new( :certificate_list, :next_token, :trust_store_arn) SENSITIVE = [] include Aws::Structure end |