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)


1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1326

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

#versionString

Grant version.

Returns:

  • (String)


1326
1327
1328
1329
1330
1331
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1326

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