Class: Aws::AccountAccess::Types::GetEntitlementResponse

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

The ARN of the application that the entitlement belongs to.

Returns:

  • (String)


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_atTime

The date and time when the entitlement was created.

Returns:

  • (Time)


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

#entitlementTypes::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_idString

The unique identifier of the entitlement.

Returns:

  • (String)


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