Class: Aws::LicenseManager::Types::CreateGrantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateGrantRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
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.
411 412 413 414 415 416 417 418 419 420 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 411 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.
411 412 413 414 415 416 417 418 419 420 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 411 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.
411 412 413 414 415 416 417 418 419 420 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 411 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.
411 412 413 414 415 416 417 418 419 420 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 411 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.
411 412 413 414 415 416 417 418 419 420 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 411 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. You can specify one of the following as an Amazon Resource Name (ARN):
-
An Amazon Web Services account, which includes only the account specified.
^ ^
-
An organizational unit (OU), which includes all accounts in the OU.
^ ^
-
An organization, which will include all accounts across your organization.
^
411 412 413 414 415 416 417 418 419 420 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 411 class CreateGrantRequest < Struct.new( :client_token, :grant_name, :license_arn, :principals, :home_region, :allowed_operations) SENSITIVE = [] include Aws::Structure end |