Class: Aws::AccountAccess::Types::CreateEntitlementResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entitlement_idString

The unique identifier of the created entitlement.

Returns:

  • (String)


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