Class: Aws::Types::FileUploaderFieldConfig

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#accepted_file_types ⇒ ::Array[::String]

Returns the value of attribute accepted_file_types.



478
479
480
# File 'sig/types.rbs', line 478

def accepted_file_types
  @accepted_file_types
end

#access_level ⇒ "public", ...

Returns the value of attribute access_level.



477
478
479
# File 'sig/types.rbs', line 477

def access_level
  @access_level
end

#is_resumable ⇒ Boolean

Returns the value of attribute is_resumable.



480
481
482
# File 'sig/types.rbs', line 480

def is_resumable
  @is_resumable
end

#max_file_count ⇒ ::Integer

Returns the value of attribute max_file_count.



481
482
483
# File 'sig/types.rbs', line 481

def max_file_count
  @max_file_count
end

#max_size ⇒ ::Integer

Returns the value of attribute max_size.



482
483
484
# File 'sig/types.rbs', line 482

def max_size
  @max_size
end

#show_thumbnails ⇒ Boolean

Returns the value of attribute show_thumbnails.



479
480
481
# File 'sig/types.rbs', line 479

def show_thumbnails
  @show_thumbnails
end