Class: Aws::AppStream::Types::UpdateEntitlementResult

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.

Returns:



5326
5327
5328
5329
5330
# File 'lib/aws-sdk-appstream/types.rb', line 5326

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