You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::OutputFileUriValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::OutputFileUriValue
- Defined in:
- (unknown)
Overview
Note:
When passing OutputFileUriValue as input to an Aws::Client method, you can use a vanilla Hash:
{
file_name: "OutputFileName", # required
}
The value of the variable as a structure that specifies an output file URI.
Returned by:
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.