Class: Aws::Types::TrainedModelArtifactMaxSize
- Inherits:
-
Object
- Object
- Aws::Types::TrainedModelArtifactMaxSize
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#unit ⇒ "GB"
Returns the value of attribute unit.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#unit ⇒ "GB"
Returns the value of attribute unit.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def unit @unit end |
#value ⇒ ::Float
Returns the value of attribute value.
1367 1368 1369 |
# File 'sig/types.rbs', line 1367 def value @value end |