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:



5096
5097
5098
5099
5100
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5096

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