Class: Aws::Evs::Types::CreateEntitlementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::CreateEntitlementResponse
- 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 created entitlements.
Instance Attribute Details
#entitlements ⇒ Array<Types::VmEntitlement>
A list of the created entitlements.
277 278 279 280 281 |
# File 'lib/aws-sdk-evs/types.rb', line 277 class CreateEntitlementResponse < Struct.new( :entitlements) SENSITIVE = [] include Aws::Structure end |