Class: Aws::Types::ModelInvocationJobOutputDataConfig

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

Defined Under Namespace

Classes: S3OutputDataConfig, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_output_data_configTypes::ModelInvocationJobS3OutputDataConfig

Returns the value of attribute s3_output_data_config.



3037
3038
3039
# File 'sig/types.rbs', line 3037

def s3_output_data_config
  @s3_output_data_config
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3038
3039
3040
# File 'sig/types.rbs', line 3038

def unknown
  @unknown
end