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)


2221
2222
2223
# File 'sig/types.rbs', line 2221

def alias
  @alias
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def bucket
  @bucket
end

#file_formatTypes::FileFormat

Returns the value of attribute file_format.

Returns:



2223
2224
2225
# File 'sig/types.rbs', line 2223

def file_format
  @file_format
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


2219
2220
2221
# File 'sig/types.rbs', line 2219

def key
  @key
end

#start_timeTypes::TimeInNanos

Returns the value of attribute start_time.

Returns:



2222
2223
2224
# File 'sig/types.rbs', line 2222

def start_time
  @start_time
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


2220
2221
2222
# File 'sig/types.rbs', line 2220

def version_id
  @version_id
end