Class: Aws::Types::RevocationContent
- Inherits:
-
Object
- Object
- Aws::Types::RevocationContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#revocation_type ⇒ "CRL"
Returns the value of attribute revocation_type.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
-
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
Instance Attribute Details
#revocation_type ⇒ "CRL"
Returns the value of attribute revocation_type.
942 943 944 |
# File 'sig/types.rbs', line 942 def revocation_type @revocation_type end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
939 940 941 |
# File 'sig/types.rbs', line 939 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
940 941 942 |
# File 'sig/types.rbs', line 940 def s3_key @s3_key end |
#s3_object_version ⇒ ::String
Returns the value of attribute s3_object_version.
941 942 943 |
# File 'sig/types.rbs', line 941 def s3_object_version @s3_object_version end |