Class: Aws::Types::DescribeModelPackageInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeModelPackageInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#included_data ⇒ "AllData", "MetadataOnly"
Returns the value of attribute included_data.
-
#model_package_name ⇒ ::String
Returns the value of attribute model_package_name.
Instance Attribute Details
#included_data ⇒ "AllData", "MetadataOnly"
Returns the value of attribute included_data.
4810 4811 4812 |
# File 'sig/types.rbs', line 4810 def included_data @included_data end |
#model_package_name ⇒ ::String
Returns the value of attribute model_package_name.
4809 4810 4811 |
# File 'sig/types.rbs', line 4809 def model_package_name @model_package_name end |