Class: Aws::Types::GetRevocationStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetRevocationStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_hashes ⇒ ::Array[::String]
Returns the value of attribute certificate_hashes.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#platform_id ⇒ ::String
Returns the value of attribute platform_id.
-
#profile_version_arn ⇒ ::String
Returns the value of attribute profile_version_arn.
-
#signature_timestamp ⇒ ::Time
Returns the value of attribute signature_timestamp.
Instance Attribute Details
#certificate_hashes ⇒ ::Array[::String]
Returns the value of attribute certificate_hashes.
22 23 24 |
# File 'sig/types.rbs', line 22 def certificate_hashes @certificate_hashes end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
21 22 23 |
# File 'sig/types.rbs', line 21 def job_arn @job_arn end |
#platform_id ⇒ ::String
Returns the value of attribute platform_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def platform_id @platform_id end |
#profile_version_arn ⇒ ::String
Returns the value of attribute profile_version_arn.
20 21 22 |
# File 'sig/types.rbs', line 20 def profile_version_arn @profile_version_arn end |
#signature_timestamp ⇒ ::Time
Returns the value of attribute signature_timestamp.
18 19 20 |
# File 'sig/types.rbs', line 18 def @signature_timestamp end |