Class: Aws::AccountAccess::Types::GetEntitlementRequest

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

#application_arnString

Specifies the ARN of the application that the entitlement belongs to.

Returns:

  • (String)


373
374
375
376
377
378
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 373

class GetEntitlementRequest < Struct.new(
  :application_arn,
  :entitlement_id)
  SENSITIVE = []
  include Aws::Structure
end

#entitlement_idString

Specifies the unique identifier of the entitlement to retrieve.

Returns:

  • (String)


373
374
375
376
377
378
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 373

class GetEntitlementRequest < Struct.new(
  :application_arn,
  :entitlement_id)
  SENSITIVE = []
  include Aws::Structure
end