Class: Aws::LicenseManager::Types::GetGrantResponse

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

#grantTypes::Grant

Grant details.

Returns:



1339
1340
1341
1342
1343
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1339

class GetGrantResponse < Struct.new(
  :grant)
  SENSITIVE = []
  include Aws::Structure
end