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.
93 94 95 |
# File 'sig/types.rbs', line 93 def certificate_hashes @certificate_hashes end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
92 93 94 |
# File 'sig/types.rbs', line 92 def job_arn @job_arn end |
#platform_id ⇒ ::String
Returns the value of attribute platform_id.
90 91 92 |
# File 'sig/types.rbs', line 90 def platform_id @platform_id end |
#profile_version_arn ⇒ ::String
Returns the value of attribute profile_version_arn.
91 92 93 |
# File 'sig/types.rbs', line 91 def profile_version_arn @profile_version_arn end |
#signature_timestamp ⇒ ::Time
Returns the value of attribute signature_timestamp.
89 90 91 |
# File 'sig/types.rbs', line 89 def end |