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.
4807 4808 4809 |
# File 'sig/types.rbs', line 4807 def included_data @included_data end |
#model_package_name ⇒ ::String
Returns the value of attribute model_package_name.
4806 4807 4808 |
# File 'sig/types.rbs', line 4806 def model_package_name @model_package_name end |