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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitlementTypes::Entitlement

The entitlement.

Returns:



1237
1238
1239
1240
1241
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1237

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