Class: Aws::PartnerCentralRevenueMeasurement::Types::UpdateRevenueAttributionOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the updated revenue attribution.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1914

class UpdateRevenueAttributionOutput < Struct.new(
  :id,
  :arn,
  :description,
  :last_modified_date,
  :latest_revision)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The updated description of the revenue attribution.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1914

class UpdateRevenueAttributionOutput < Struct.new(
  :id,
  :arn,
  :description,
  :last_modified_date,
  :latest_revision)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the updated revenue attribution.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1914

class UpdateRevenueAttributionOutput < Struct.new(
  :id,
  :arn,
  :description,
  :last_modified_date,
  :latest_revision)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateTime

The date when the attribution was last modified.

Returns:

  • (Time)


1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1914

class UpdateRevenueAttributionOutput < Struct.new(
  :id,
  :arn,
  :description,
  :last_modified_date,
  :latest_revision)
  SENSITIVE = []
  include Aws::Structure
end

#latest_revisionString

The latest revision of the attribution after the update.

Returns:

  • (String)


1914
1915
1916
1917
1918
1919
1920
1921
1922
# File 'gems/aws-sdk-partnercentralrevenuemeasurement/lib/aws-sdk-partnercentralrevenuemeasurement/types.rb', line 1914

class UpdateRevenueAttributionOutput < Struct.new(
  :id,
  :arn,
  :description,
  :last_modified_date,
  :latest_revision)
  SENSITIVE = []
  include Aws::Structure
end