Class: Aws::Types::FileLocation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_locationTypes::S3Location

Returns the value of attribute s3_location.

Returns:



2265
2266
2267
# File 'sig/types.rbs', line 2265

def s3_location
  @s3_location
end

#streamTypes::Stream

Returns the value of attribute stream.

Returns:



2264
2265
2266
# File 'sig/types.rbs', line 2264

def stream
  @stream
end