Class: Aws::Types::ModelPackageValidationSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#validation_profiles::Array[Types::ModelPackageValidationProfile]

Returns the value of attribute validation_profiles.



9186
9187
9188
# File 'sig/types.rbs', line 9186

def validation_profiles
  @validation_profiles
end

#validation_role::String

Returns the value of attribute validation_role.

Returns:

  • (::String)


9185
9186
9187
# File 'sig/types.rbs', line 9185

def validation_role
  @validation_role
end