Class: Aws::Types::GetRevocationStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_hashes::Array[::String]

Returns the value of attribute certificate_hashes.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


18
19
20
# File 'sig/types.rbs', line 18

def signature_timestamp
  @signature_timestamp
end