Class: Aws::Types::GenerativeReference
- Inherits:
-
Object
- Object
- Aws::Types::GenerativeReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
-
#model_id ⇒ ::String
Returns the value of attribute model_id.
Instance Attribute Details
#generation_id ⇒ ::String
Returns the value of attribute generation_id.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def generation_id @generation_id end |
#model_id ⇒ ::String
Returns the value of attribute model_id.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def model_id @model_id end |