Class: Aws::Types::DescribeTrustStoreRevocationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrustStoreRevocationsOutput
- 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_revocations ⇒ ::Array[Types::DescribeTrustStoreRevocation]
Returns the value of attribute trust_store_revocations.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
494 495 496 |
# File 'sig/types.rbs', line 494 def next_marker @next_marker end |
#trust_store_revocations ⇒ ::Array[Types::DescribeTrustStoreRevocation]
Returns the value of attribute trust_store_revocations.
493 494 495 |
# File 'sig/types.rbs', line 493 def trust_store_revocations @trust_store_revocations end |