Class: Aws::AppStream::Types::CreateEntitlementResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::CreateEntitlementResult
- 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.
1121 1122 1123 1124 1125 |
# File 'lib/aws-sdk-appstream/types.rb', line 1121 class CreateEntitlementResult < Struct.new( :entitlement) SENSITIVE = [] include Aws::Structure end |