Class: Aws::LicenseManager::Types::AcceptGrantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::AcceptGrantRequest
- 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.
Instance Attribute Details
#grant_arn ⇒ String
Amazon Resource Name (ARN) of the grant.
19 20 21 22 23 |
# File 'lib/aws-sdk-licensemanager/types.rb', line 19 class AcceptGrantRequest < Struct.new( :grant_arn) SENSITIVE = [] include Aws::Structure end |