Class: Aws::LicenseManager::Types::CreateGrantVersionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_operationsArray<String>

Allowed operations for the grant.

Returns:

  • (Array<String>)


479
480
481
482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-licensemanager/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_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)


479
480
481
482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-licensemanager/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_arnString

Amazon Resource Name (ARN) of the grant.

Returns:

  • (String)


479
480
481
482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-licensemanager/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_nameString

Grant name.

Returns:

  • (String)


479
480
481
482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-licensemanager/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

#optionsTypes::Options

The options specified for the grant.

Returns:



479
480
481
482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-licensemanager/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_versionString

Current version of the grant.

Returns:

  • (String)


479
480
481
482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-licensemanager/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

#statusString

Grant status.

Returns:

  • (String)


479
480
481
482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-licensemanager/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_reasonString

Grant status reason.

Returns:

  • (String)


479
480
481
482
483
484
485
486
487
488
489
490
# File 'gems/aws-sdk-licensemanager/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