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.
9164 9165 9166 |
# File 'sig/types.rbs', line 9164 def profile_name @profile_name end |
#transform_job_definition ⇒ Types::TransformJobDefinition
Returns the value of attribute transform_job_definition.
9165 9166 9167 |
# File 'sig/types.rbs', line 9165 def transform_job_definition @transform_job_definition end |