Class: Aws::Evs::Types::DeleteEntitlementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::DeleteEntitlementResponse
- Defined in:
- gems/aws-sdk-evs/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 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 647 class DeleteEntitlementResponse < Struct.new( :entitlements) SENSITIVE = [] include Aws::Structure end |