Class: Aws::IoTAnalytics::Types::OutputFileUriValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::OutputFileUriValue
- Includes:
- Structure
- Defined in:
- 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
-
#file_name ⇒ String
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
Instance Attribute Details
#file_name ⇒ String
The URI of the location where dataset contents are stored, usually the URI of a file in an S3 bucket.
2265 2266 2267 2268 2269 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2265 class OutputFileUriValue < Struct.new( :file_name) SENSITIVE = [] include Aws::Structure end |