Class: Aws::Evs::Types::DeleteEntitlementResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-evs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitlementsArray<Types::VmEntitlement>

A list of the deleted entitlements.

Returns:



647
648
649
650
651
# File 'lib/aws-sdk-evs/types.rb', line 647

class DeleteEntitlementResponse < Struct.new(
  :entitlements)
  SENSITIVE = []
  include Aws::Structure
end