Class: Aws::AccountAccess::Types::CreateEntitlementRequest

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 to create the entitlement for.

Returns:

  • (String)


125
126
127
128
129
130
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 125

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

#entitlementTypes::Entitlement

Specifies the entitlement configuration, including the principal and the IAM role to grant access to.

Returns:



125
126
127
128
129
130
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 125

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