Class: Aws::LicenseManager::Types::CreateGrantVersionResponse

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

#grant_arnString

Grant ARN.

Returns:

  • (String)


506
507
508
509
510
511
512
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 506

class CreateGrantVersionResponse < Struct.new(
  :grant_arn,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Grant status.

Returns:

  • (String)


506
507
508
509
510
511
512
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 506

class CreateGrantVersionResponse < Struct.new(
  :grant_arn,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

New version of the grant.

Returns:

  • (String)


506
507
508
509
510
511
512
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 506

class CreateGrantVersionResponse < Struct.new(
  :grant_arn,
  :status,
  :version)
  SENSITIVE = []
  include Aws::Structure
end