Class: Aws::Evs::Types::DeleteEntitlementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::DeleteEntitlementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entitlements ⇒ Array<Types::VmEntitlement>
A list of the deleted entitlements.
Instance Attribute Details
#entitlements ⇒ Array<Types::VmEntitlement>
A list of the deleted entitlements.
647 648 649 650 651 |
# File 'lib/aws-sdk-evs/types.rb', line 647 class DeleteEntitlementResponse < Struct.new( :entitlements) SENSITIVE = [] include Aws::Structure end |