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.
15589 15590 15591 15592 15593 15594 15595 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15589 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.
15589 15590 15591 15592 15593 15594 15595 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15589 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.
15589 15590 15591 15592 15593 15594 15595 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 15589 class RejectPredictionsOutput < Struct.new( :asset_id, :asset_revision, :domain_id) SENSITIVE = [] include Aws::Structure end |