Class: Aws::CloudFront::Types::ListTrustStoresResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ListTrustStoresResult
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_marker ⇒ String
Indicates the next page of trust stores.
-
#trust_store_list ⇒ Array<Types::TrustStoreSummary>
The trust store list.
Instance Attribute Details
#next_marker ⇒ String
Indicates the next page of trust stores. To get the next page of the
list, use this value in the Marker field of your request.
10744 10745 10746 10747 10748 10749 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10744 class ListTrustStoresResult < Struct.new( :next_marker, :trust_store_list) SENSITIVE = [] include Aws::Structure end |
#trust_store_list ⇒ Array<Types::TrustStoreSummary>
The trust store list.
10744 10745 10746 10747 10748 10749 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10744 class ListTrustStoresResult < Struct.new( :next_marker, :trust_store_list) SENSITIVE = [] include Aws::Structure end |