Class: Aws::Types::DescribeTrustStoreAssociationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrustStoreAssociationsOutput
- 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_associations ⇒ ::Array[Types::TrustStoreAssociation]
Returns the value of attribute trust_store_associations.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
472 473 474 |
# File 'sig/types.rbs', line 472 def next_marker @next_marker end |
#trust_store_associations ⇒ ::Array[Types::TrustStoreAssociation]
Returns the value of attribute trust_store_associations.
471 472 473 |
# File 'sig/types.rbs', line 471 def trust_store_associations @trust_store_associations end |