Class: Aws::LookoutEquipment::Types::LabelsS3InputConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lookoutequipment/types.rb

Overview

The location information (prefix and bucket name) for the s3 location being used for label data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the S3 bucket holding the label data.

Returns:

  • (String)


2672
2673
2674
2675
2676
2677
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2672

class LabelsS3InputConfiguration < Struct.new(
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

The prefix for the S3 bucket used for the label data.

Returns:

  • (String)


2672
2673
2674
2675
2676
2677
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2672

class LabelsS3InputConfiguration < Struct.new(
  :bucket,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end