Class: Aws::DataZone::Types::RejectPredictionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RejectPredictionsOutput
- 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.
-
#asset_revision ⇒ String
The revision that is to be made to the asset.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain.
Instance Attribute Details
#asset_id ⇒ String
The ID of the asset.
12765 12766 12767 12768 12769 12770 12771 |
# File 'lib/aws-sdk-datazone/types.rb', line 12765 class RejectPredictionsOutput < Struct.new( :asset_id, :asset_revision, :domain_id) SENSITIVE = [] include Aws::Structure end |
#asset_revision ⇒ String
The revision that is to be made to the asset.
12765 12766 12767 12768 12769 12770 12771 |
# File 'lib/aws-sdk-datazone/types.rb', line 12765 class RejectPredictionsOutput < Struct.new( :asset_id, :asset_revision, :domain_id) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain.
12765 12766 12767 12768 12769 12770 12771 |
# File 'lib/aws-sdk-datazone/types.rb', line 12765 class RejectPredictionsOutput < Struct.new( :asset_id, :asset_revision, :domain_id) SENSITIVE = [] include Aws::Structure end |