Class: Aws::Types::GetRevocationStatusRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

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 signature_timestamp
  @signature_timestamp
end