Class: Aws::Types::DescribeTrustStoreRevocationsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrustStoreRevocationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
-
#revocation_ids ⇒ ::Array[::Integer]
Returns the value of attribute revocation_ids.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
487 488 489 |
# File 'sig/types.rbs', line 487 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
488 489 490 |
# File 'sig/types.rbs', line 488 def page_size @page_size end |
#revocation_ids ⇒ ::Array[::Integer]
Returns the value of attribute revocation_ids.
486 487 488 |
# File 'sig/types.rbs', line 486 def revocation_ids @revocation_ids end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
485 486 487 |
# File 'sig/types.rbs', line 485 def trust_store_arn @trust_store_arn end |