Class: Aws::IoTSiteWise::Types::File

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Overview

The file in Amazon S3 where your data is saved.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The name of the Amazon S3 bucket from which data is imported.

Returns:

  • (String)


5252
5253
5254
5255
5256
5257
5258
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5252

class File < Struct.new(
  :bucket,
  :key,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The key of the Amazon S3 object that contains your data. Each object has a key that is a unique identifier. Each object has exactly one key.

Returns:

  • (String)


5252
5253
5254
5255
5256
5257
5258
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5252

class File < Struct.new(
  :bucket,
  :key,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

The version ID to identify a specific version of the Amazon S3 object that contains your data.

Returns:

  • (String)


5252
5253
5254
5255
5256
5257
5258
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5252

class File < Struct.new(
  :bucket,
  :key,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end