Class: Aws::DataZone::Types::AcceptPredictionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AcceptPredictionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The ID of the asset.
-
#domain_id ⇒ String
The identifier of the Amazon DataZone domain.
-
#revision ⇒ String
The revision that is to be made to the asset.
Instance Attribute Details
#asset_id ⇒ String
The ID of the asset.
99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-datazone/types.rb', line 99 class AcceptPredictionsOutput < Struct.new( :asset_id, :domain_id, :revision) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The identifier of the Amazon DataZone domain.
99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-datazone/types.rb', line 99 class AcceptPredictionsOutput < Struct.new( :asset_id, :domain_id, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The revision that is to be made to the asset.
99 100 101 102 103 104 105 |
# File 'lib/aws-sdk-datazone/types.rb', line 99 class AcceptPredictionsOutput < Struct.new( :asset_id, :domain_id, :revision) SENSITIVE = [] include Aws::Structure end |