Class: Aws::AppStream::Types::UpdateEntitlementResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::UpdateEntitlementResult
- Defined in:
- gems/aws-sdk-appstream/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.
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 |