Class: Aws::SignerData::Types::GetRevocationStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SignerData::Types::GetRevocationStatusResponse
- Defined in:
- gems/aws-sdk-signerdata/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 'gems/aws-sdk-signerdata/lib/aws-sdk-signerdata/types.rb', line 73 class GetRevocationStatusResponse < Struct.new( :revoked_entities) SENSITIVE = [] include Aws::Structure end |