Class: Aws::LicenseManager::Types::GetGrantRequest

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

Amazon Resource Name (ARN) of the grant.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1305

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

#versionString

Grant version.

Returns:

  • (String)


1305
1306
1307
1308
1309
1310
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1305

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