Class: Aws::AccountAccess::Types::GetEntitlementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::GetEntitlementResponse
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The ARN of the application that the entitlement belongs to.
-
#created_at ⇒ Time
The date and time when the entitlement was created.
-
#entitlement ⇒ Types::EntitlementDetails
The entitlement details, including the principal, IAM role, and target account.
-
#entitlement_id ⇒ String
The unique identifier of the entitlement.
Instance Attribute Details
#application_arn ⇒ String
The ARN of the application that the entitlement belongs to.
399 400 401 402 403 404 405 406 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 399 class GetEntitlementResponse < Struct.new( :application_arn, :entitlement_id, :entitlement, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time when the entitlement was created.
399 400 401 402 403 404 405 406 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 399 class GetEntitlementResponse < Struct.new( :application_arn, :entitlement_id, :entitlement, :created_at) SENSITIVE = [] include Aws::Structure end |
#entitlement ⇒ Types::EntitlementDetails
The entitlement details, including the principal, IAM role, and target account.
399 400 401 402 403 404 405 406 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 399 class GetEntitlementResponse < Struct.new( :application_arn, :entitlement_id, :entitlement, :created_at) SENSITIVE = [] include Aws::Structure end |
#entitlement_id ⇒ String
The unique identifier of the entitlement.
399 400 401 402 403 404 405 406 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 399 class GetEntitlementResponse < Struct.new( :application_arn, :entitlement_id, :entitlement, :created_at) SENSITIVE = [] include Aws::Structure end |