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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-licensemanager/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.

Returns:

  • (String)


3423
3424
3425
3426
3427
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3423

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