Class: Aws::Types::ListTrustStoresResult
- Inherits:
-
Object
- Object
- Aws::Types::ListTrustStoresResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#trust_store_list ⇒ ::Array[Types::TrustStoreSummary]
Returns the value of attribute trust_store_list.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
2685 2686 2687 |
# File 'sig/types.rbs', line 2685 def next_marker @next_marker end |
#trust_store_list ⇒ ::Array[Types::TrustStoreSummary]
Returns the value of attribute trust_store_list.
2686 2687 2688 |
# File 'sig/types.rbs', line 2686 def trust_store_list @trust_store_list end |