Class: Aws::Types::AddTrustStoreRevocationsInput
- Inherits:
-
Object
- Object
- Aws::Types::AddTrustStoreRevocationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#revocation_contents ⇒ ::Array[Types::RevocationContent]
Returns the value of attribute revocation_contents.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
Instance Attribute Details
#revocation_contents ⇒ ::Array[Types::RevocationContent]
Returns the value of attribute revocation_contents.
49 50 51 |
# File 'sig/types.rbs', line 49 def revocation_contents @revocation_contents end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
48 49 50 |
# File 'sig/types.rbs', line 48 def trust_store_arn @trust_store_arn end |