Class: Aws::LicenseManager::Types::RejectGrantResponse

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)


3404
3405
3406
3407
3408
3409
3410
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3404

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

#statusString

Grant status.

Returns:

  • (String)


3404
3405
3406
3407
3408
3409
3410
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3404

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

#versionString

Grant version.

Returns:

  • (String)


3404
3405
3406
3407
3408
3409
3410
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3404

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