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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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)


2769
2770
2771
2772
2773
2774
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2769

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)


2769
2770
2771
2772
2773
2774
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2769

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