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
show all
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

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)

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