Class: Aws::Types::File

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


2231
2232
2233
# File 'sig/types.rbs', line 2231

def alias
  @alias
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2228
2229
2230
# File 'sig/types.rbs', line 2228

def bucket
  @bucket
end

#file_formatTypes::FileFormat

Returns the value of attribute file_format.

Returns:



2233
2234
2235
# File 'sig/types.rbs', line 2233

def file_format
  @file_format
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2229
2230
2231
# File 'sig/types.rbs', line 2229

def key
  @key
end

#start_timeTypes::TimeInNanos

Returns the value of attribute start_time.

Returns:



2232
2233
2234
# File 'sig/types.rbs', line 2232

def start_time
  @start_time
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2230
2231
2232
# File 'sig/types.rbs', line 2230

def version_id
  @version_id
end