Class: Aws::Types::AsyncInferenceOutputConfig

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)


535
536
537
# File 'sig/types.rbs', line 535

def kms_key_id
  @kms_key_id
end

#notification_configTypes::AsyncInferenceNotificationConfig

Returns the value of attribute notification_config.



537
538
539
# File 'sig/types.rbs', line 537

def notification_config
  @notification_config
end

#s3_failure_path::String

Returns the value of attribute s3_failure_path.

Returns:

  • (::String)


538
539
540
# File 'sig/types.rbs', line 538

def s3_failure_path
  @s3_failure_path
end

#s3_output_path::String

Returns the value of attribute s3_output_path.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def s3_output_path
  @s3_output_path
end