Class: Aws::Signer::Types::GetRevocationStatusResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#revoked_entitiesArray<String>

A list of revoked entities (including zero or more of the signing profile ARN, signing job ARN, and certificate hashes) supplied as input to the API.

Returns:

  • (Array<String>)


368
369
370
371
372
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 368

class GetRevocationStatusResponse < Struct.new(
  :revoked_entities)
  SENSITIVE = []
  include Aws::Structure
end