Class: Aws::LicenseManager::Types::GetGrantResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetGrantResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grant ⇒ Types::Grant
Grant details.
Instance Attribute Details
#grant ⇒ Types::Grant
Grant details.
1339 1340 1341 1342 1343 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1339 class GetGrantResponse < Struct.new( :grant) SENSITIVE = [] include Aws::Structure end |