Class: Aws::Types::ModelPackageValidationProfile
- Inherits:
-
Object
- Object
- Aws::Types::ModelPackageValidationProfile
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#transform_job_definition ⇒ Types::TransformJobDefinition
Returns the value of attribute transform_job_definition.
Instance Attribute Details
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
9179 9180 9181 |
# File 'sig/types.rbs', line 9179 def profile_name @profile_name end |
#transform_job_definition ⇒ Types::TransformJobDefinition
Returns the value of attribute transform_job_definition.
9180 9181 9182 |
# File 'sig/types.rbs', line 9180 def transform_job_definition @transform_job_definition end |