Class: Aws::CloudFront::Types::ListTrustStoresResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_markerString

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.

Returns:

  • (String)


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_listArray<Types::TrustStoreSummary>

The trust store list.

Returns:



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