Class: Aws::Types::RejectPredictionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::RejectPredictionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#asset_revision ⇒ ::String
Returns the value of attribute asset_revision.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
5256 5257 5258 |
# File 'sig/types.rbs', line 5256 def asset_id @asset_id end |
#asset_revision ⇒ ::String
Returns the value of attribute asset_revision.
5257 5258 5259 |
# File 'sig/types.rbs', line 5257 def asset_revision @asset_revision end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
5255 5256 5257 |
# File 'sig/types.rbs', line 5255 def domain_id @domain_id end |