Class: Aws::SignerData::Types::GetRevocationStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SignerData::Types::GetRevocationStatusResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-signerdata/types.rb
Overview
Response containing the list of revoked entities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revoked_entities ⇒ Array<String>
List of entity identifiers that have been revoked.
Instance Attribute Details
#revoked_entities ⇒ Array<String>
List of entity identifiers that have been revoked. Empty if no revocations found.
73 74 75 76 77 |
# File 'lib/aws-sdk-signerdata/types.rb', line 73 class GetRevocationStatusResponse < Struct.new( :revoked_entities) SENSITIVE = [] include Aws::Structure end |