Class: Aws::LicenseManager::Types::CreateGrantVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::CreateGrantVersionRequest
- 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_arn ⇒ String
Amazon Resource Name (ARN) of the grant.
-
#grant_name ⇒ String
Grant name.
-
#options ⇒ Types::Options
The options specified for the grant.
-
#source_version ⇒ String
Current version of the grant.
-
#status ⇒ String
Grant status.
-
#status_reason ⇒ String
Grant status reason.
Instance Attribute Details
#allowed_operations ⇒ Array<String>
Allowed operations for the grant.
479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantVersionRequest < Struct.new( :client_token, :grant_arn, :grant_name, :allowed_operations, :status, :status_reason, :source_version, :options) 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 489 490 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantVersionRequest < Struct.new( :client_token, :grant_arn, :grant_name, :allowed_operations, :status, :status_reason, :source_version, :options) SENSITIVE = [] include Aws::Structure end |
#grant_arn ⇒ String
Amazon Resource Name (ARN) of the grant.
479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantVersionRequest < Struct.new( :client_token, :grant_arn, :grant_name, :allowed_operations, :status, :status_reason, :source_version, :options) SENSITIVE = [] include Aws::Structure end |
#grant_name ⇒ String
Grant name.
479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantVersionRequest < Struct.new( :client_token, :grant_arn, :grant_name, :allowed_operations, :status, :status_reason, :source_version, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::Options
The options specified for the grant.
479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantVersionRequest < Struct.new( :client_token, :grant_arn, :grant_name, :allowed_operations, :status, :status_reason, :source_version, :options) SENSITIVE = [] include Aws::Structure end |
#source_version ⇒ String
Current version of the grant.
479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantVersionRequest < Struct.new( :client_token, :grant_arn, :grant_name, :allowed_operations, :status, :status_reason, :source_version, :options) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Grant status.
479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantVersionRequest < Struct.new( :client_token, :grant_arn, :grant_name, :allowed_operations, :status, :status_reason, :source_version, :options) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Grant status reason.
479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 479 class CreateGrantVersionRequest < Struct.new( :client_token, :grant_arn, :grant_name, :allowed_operations, :status, :status_reason, :source_version, :options) SENSITIVE = [] include Aws::Structure end |