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:



4364
4365
4366
4367
4368
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4364

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