Class: Aws::LicenseManager::Types::CreateGrantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateGrantRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Note:
When making an API call, you may pass CreateGrantRequest data as a hash:
{
client_token: "String", # required
grant_name: "String", # required
license_arn: "Arn", # required
principals: ["Arn"], # required
home_region: "String", # required
allowed_operations: ["CreateGrant"], # required, accepts CreateGrant, CheckoutLicense, CheckoutBorrowLicense, CheckInLicense, ExtendConsumptionLicense, ListPurchasedLicenses, CreateToken
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allowed_operations ⇒ Array<String>
Allowed operations for the grant.
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#grant_name ⇒ String
Grant name.
-
#home_region ⇒ String
Home Region of the grant.
-
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
-
#principals ⇒ Array<String>
The grant principals.
Instance Attribute Details
#allowed_operations ⇒ Array<String>
Allowed operations for the grant.
479 480 481 482 483 484 485 486 487 488 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantRequest < Struct.new( :client_token, :grant_name, :license_arn, :principals, :home_region, :allowed_operations) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
479 480 481 482 483 484 485 486 487 488 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantRequest < Struct.new( :client_token, :grant_name, :license_arn, :principals, :home_region, :allowed_operations) SENSITIVE = [] include Aws::Structure end |
#grant_name ⇒ String
Grant name.
479 480 481 482 483 484 485 486 487 488 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantRequest < Struct.new( :client_token, :grant_name, :license_arn, :principals, :home_region, :allowed_operations) SENSITIVE = [] include Aws::Structure end |
#home_region ⇒ String
Home Region of the grant.
479 480 481 482 483 484 485 486 487 488 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantRequest < Struct.new( :client_token, :grant_name, :license_arn, :principals, :home_region, :allowed_operations) SENSITIVE = [] include Aws::Structure end |
#license_arn ⇒ String
Amazon Resource Name (ARN) of the license.
479 480 481 482 483 484 485 486 487 488 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantRequest < Struct.new( :client_token, :grant_name, :license_arn, :principals, :home_region, :allowed_operations) SENSITIVE = [] include Aws::Structure end |
#principals ⇒ Array<String>
The grant principals.
479 480 481 482 483 484 485 486 487 488 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantRequest < Struct.new( :client_token, :grant_name, :license_arn, :principals, :home_region, :allowed_operations) SENSITIVE = [] include Aws::Structure end |