Class: Aws::AccountAccess::Types::CreateEntitlementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::CreateEntitlementResponse
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entitlement_id ⇒ String
The unique identifier of the created entitlement.
Instance Attribute Details
#entitlement_id ⇒ String
The unique identifier of the created entitlement.
138 139 140 141 142 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 138 class CreateEntitlementResponse < Struct.new( :entitlement_id) SENSITIVE = [] include Aws::Structure end |