Class: Aws::LicenseManager::Types::DeleteGrantRequest

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.

Returns:

  • (String)


982
983
984
985
986
987
988
# File 'lib/aws-sdk-licensemanager/types.rb', line 982

class DeleteGrantRequest < Struct.new(
  :grant_arn,
  :status_reason,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The Status reason for the delete request.

Returns:

  • (String)


982
983
984
985
986
987
988
# File 'lib/aws-sdk-licensemanager/types.rb', line 982

class DeleteGrantRequest < Struct.new(
  :grant_arn,
  :status_reason,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

Current version of the grant.

Returns:

  • (String)


982
983
984
985
986
987
988
# File 'lib/aws-sdk-licensemanager/types.rb', line 982

class DeleteGrantRequest < Struct.new(
  :grant_arn,
  :status_reason,
  :version)
  SENSITIVE = []
  include Aws::Structure
end