Class: Aws::AccountAccess::Types::GetEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::GetEntitlementRequest
- 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 retrieve.
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application that the entitlement belongs to.
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_id ⇒ String
Specifies the unique identifier of the entitlement to retrieve.
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 |