Class: Aws::DataZone::Types::AcceptPredictionsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the asset.

Returns:

  • (String)


99
100
101
102
103
104
105
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 99

class AcceptPredictionsOutput < Struct.new(
  :asset_id,
  :domain_id,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#domain_idString

The identifier of the Amazon DataZone domain.

Returns:

  • (String)


99
100
101
102
103
104
105
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 99

class AcceptPredictionsOutput < Struct.new(
  :asset_id,
  :domain_id,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end

#revisionString

The revision that is to be made to the asset.

Returns:

  • (String)


99
100
101
102
103
104
105
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 99

class AcceptPredictionsOutput < Struct.new(
  :asset_id,
  :domain_id,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end