Class: Aws::IoTAnalytics::Types::OutputFileUriValue

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

Overview

The value of the variable as a structure that specifies an output file URI.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameString

The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.

Returns:

  • (String)


2265
2266
2267
2268
2269
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2265

class OutputFileUriValue < Struct.new(
  :file_name)
  SENSITIVE = []
  include Aws::Structure
end