Class: Aws::Types::AcceptPredictionsOutput
- Inherits:
-
Object
- Object
- Aws::Types::AcceptPredictionsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#revision ⇒ ::String
Returns the value of attribute revision.
Instance Attribute Details
#asset_id ⇒ ::String
Returns the value of attribute asset_id.
30 31 32 |
# File 'sig/types.rbs', line 30 def asset_id @asset_id end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
29 30 31 |
# File 'sig/types.rbs', line 29 def domain_id @domain_id end |
#revision ⇒ ::String
Returns the value of attribute revision.
31 32 33 |
# File 'sig/types.rbs', line 31 def revision @revision end |