Class: Aws::MediaStoreData::Types::DescribeObjectRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pathString

The path (including the file name) where the object is stored in the container. Format: <folder name>/<folder name>/<file name>

Returns:

  • (String)


52
53
54
55
56
# File 'gems/aws-sdk-mediastoredata/lib/aws-sdk-mediastoredata/types.rb', line 52

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