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

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:



5333
5334
5335
5336
5337
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5333

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