Class: Aws::Types::DescribeTrustStoreRevocationsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


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