Class: Aws::AppStream::Types::UpdateEntitlementResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UpdateEntitlementResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entitlement ⇒ Types::Entitlement
The entitlement.
Instance Attribute Details
#entitlement ⇒ Types::Entitlement
The entitlement.
5326 5327 5328 5329 5330 |
# File 'lib/aws-sdk-appstream/types.rb', line 5326 class UpdateEntitlementResult < Struct.new( :entitlement) SENSITIVE = [] include Aws::Structure end |