Class: Aws::AccountAccess::Types::DeleteEntitlementRequest

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)


171
172
173
174
175
176
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 171

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

#entitlement_idString

Specifies the unique identifier of the entitlement to delete.

Returns:

  • (String)


171
172
173
174
175
176
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 171

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