Class: Aws::LicenseManager::Types::GetGrantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::GetGrantRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-licensemanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grant_arn ⇒ String
Amazon Resource Name (ARN) of the grant.
-
#version ⇒ String
Grant version.
Instance Attribute Details
#grant_arn ⇒ String
Amazon Resource Name (ARN) of the grant.
1326 1327 1328 1329 1330 1331 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1326 class GetGrantRequest < Struct.new( :grant_arn, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
Grant version.
1326 1327 1328 1329 1330 1331 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 1326 class GetGrantRequest < Struct.new( :grant_arn, :version) SENSITIVE = [] include Aws::Structure end |