Class: Aws::LicenseManager::Types::RejectGrantRequest

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

#grant_arnString

Amazon Resource Name (ARN) of the grant.



4222
4223
4224
4225
4226
# File 'lib/aws-sdk-licensemanager/types.rb', line 4222

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