Class: Aws::AppStream::Types::CreateEntitlementResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitlementTypes::Entitlement

The entitlement.



1317
1318
1319
1320
1321
# File 'lib/aws-sdk-appstream/types.rb', line 1317

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