Class: Aws::LicenseManager::Types::AcceptGrantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LicenseManager::Types::AcceptGrantRequest
- Defined in:
- gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb
Overview
Note:
When making an API call, you may pass AcceptGrantRequest data as a hash:
{
grant_arn: "Arn", # required
}
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.
26 27 28 29 30 |
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 26 class AcceptGrantRequest < Struct.new( :grant_arn) SENSITIVE = [] include Aws::Structure end |