Class: Aws::Types::InferenceOutputConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


533
534
535
# File 'sig/types.rbs', line 533

def kms_key_id
  @kms_key_id
end

#s3_output_configurationTypes::InferenceS3OutputConfiguration

Returns the value of attribute s3_output_configuration.



532
533
534
# File 'sig/types.rbs', line 532

def s3_output_configuration
  @s3_output_configuration
end