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.
16469 16470 16471 16472 16473 16474 16475 |
# File 'lib/aws-sdk-datazone/types.rb', line 16469 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.
16469 16470 16471 16472 16473 16474 16475 |
# File 'lib/aws-sdk-datazone/types.rb', line 16469 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.
16469 16470 16471 16472 16473 16474 16475 |
# File 'lib/aws-sdk-datazone/types.rb', line 16469 class RejectPredictionsOutput < Struct.new( :asset_id, :asset_revision, :domain_id) SENSITIVE = [] include Aws::Structure end |