Class: Aws::Signer::Types::GetRevocationStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::GetRevocationStatusResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revoked_entities ⇒ Array<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.
Instance Attribute Details
#revoked_entities ⇒ Array<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.
368 369 370 371 372 |
# File 'lib/aws-sdk-signer/types.rb', line 368 class GetRevocationStatusResponse < Struct.new( :revoked_entities) SENSITIVE = [] include Aws::Structure end |