Class: Aws::DataZone::Types::RejectPredictionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RejectPredictionsOutput
- Defined in:
- gems/aws-sdk-datazone/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.
17341 17342 17343 17344 17345 17346 17347 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17341 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.
17341 17342 17343 17344 17345 17346 17347 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17341 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.
17341 17342 17343 17344 17345 17346 17347 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17341 class RejectPredictionsOutput < Struct.new( :asset_id, :asset_revision, :domain_id) SENSITIVE = [] include Aws::Structure end |