Class: Aws::AccountAccess::Types::DeleteEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::DeleteEntitlementRequest
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
Specifies the ARN of the application that the entitlement belongs to.
-
#entitlement_id ⇒ String
Specifies the unique identifier of the entitlement to delete.
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application that the entitlement belongs to.
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_id ⇒ String
Specifies the unique identifier of the entitlement to delete.
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 |