Class: Aws::Types::LabelingJobOutputConfig

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)


6977
6978
6979
# File 'sig/types.rbs', line 6977

def kms_key_id
  @kms_key_id
end

#s3_output_path::String

Returns the value of attribute s3_output_path.

Returns:

  • (::String)


6976
6977
6978
# File 'sig/types.rbs', line 6976

def s3_output_path
  @s3_output_path
end

#sns_topic_arn::String

Returns the value of attribute sns_topic_arn.

Returns:

  • (::String)


6978
6979
6980
# File 'sig/types.rbs', line 6978

def sns_topic_arn
  @sns_topic_arn
end