Class: Aws::Types::RemoveTrustStoreRevocationsInput
- Inherits:
-
Object
- Object
- Aws::Types::RemoveTrustStoreRevocationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#revocation_ids ⇒ ::Array[::Integer]
Returns the value of attribute revocation_ids.
925 926 927 |
# File 'sig/types.rbs', line 925 def revocation_ids @revocation_ids end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
924 925 926 |
# File 'sig/types.rbs', line 924 def trust_store_arn @trust_store_arn end |