Class: Aws::Evs::Types::CreateEntitlementResponse

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 created entitlements.

Returns:



277
278
279
280
281
# File 'lib/aws-sdk-evs/types.rb', line 277

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