Class: Aws::LicenseManager::Types::DeleteGrantResponse

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

Grant ARN.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1004

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

#statusString

Grant status.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1004

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

#versionString

Grant version.

Returns:

  • (String)


1004
1005
1006
1007
1008
1009
1010
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 1004

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