Class: Aws::Types::GetTrustStoreRevocationContentInput
- Inherits:
-
Object
- Object
- Aws::Types::GetTrustStoreRevocationContentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#revocation_id ⇒ ::Integer
Returns the value of attribute revocation_id.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
Instance Attribute Details
#revocation_id ⇒ ::Integer
Returns the value of attribute revocation_id.
562 563 564 |
# File 'sig/types.rbs', line 562 def revocation_id @revocation_id end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
561 562 563 |
# File 'sig/types.rbs', line 561 def trust_store_arn @trust_store_arn end |