Class: Aws::Types::TrustStoreRevocation
- Inherits:
-
Object
- Object
- Aws::Types::TrustStoreRevocation
- 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.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def number_of_revoked_entries @number_of_revoked_entries end |
#revocation_id ⇒ ::Integer
Returns the value of attribute revocation_id.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def revocation_id @revocation_id end |
#revocation_type ⇒ "CRL"
Returns the value of attribute revocation_type.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def revocation_type @revocation_type end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def trust_store_arn @trust_store_arn end |