Class: Aws::Types::DescribeTrustStoreRevocation
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrustStoreRevocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#number_of_revoked_entries ⇒ ::Integer
Returns the value of attribute number_of_revoked_entries.
-
#revocation_id ⇒ ::Integer
Returns the value of attribute revocation_id.
-
#revocation_type ⇒ "CRL"
Returns the value of attribute revocation_type.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
Instance Attribute Details
#number_of_revoked_entries ⇒ ::Integer
Returns the value of attribute number_of_revoked_entries.
480 481 482 |
# File 'sig/types.rbs', line 480 def number_of_revoked_entries @number_of_revoked_entries end |
#revocation_id ⇒ ::Integer
Returns the value of attribute revocation_id.
478 479 480 |
# File 'sig/types.rbs', line 478 def revocation_id @revocation_id end |
#revocation_type ⇒ "CRL"
Returns the value of attribute revocation_type.
479 480 481 |
# File 'sig/types.rbs', line 479 def revocation_type @revocation_type end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
477 478 479 |
# File 'sig/types.rbs', line 477 def trust_store_arn @trust_store_arn end |