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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grantTypes::Grant

Grant details.

Returns:



1358
1359
1360
1361
1362
# File 'lib/aws-sdk-licensemanager/types.rb', line 1358

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