Class: Aws::AccountAccess::Types::CreateEntitlementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::CreateEntitlementRequest
- 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 to create the entitlement for.
-
#entitlement ⇒ Types::Entitlement
Specifies the entitlement configuration, including the principal and the IAM role to grant access to.
Instance Attribute Details
#application_arn ⇒ String
Specifies the ARN of the application to create the entitlement for.
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 |
#entitlement ⇒ Types::Entitlement
Specifies the entitlement configuration, including the principal and the IAM role to grant access to.
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 |