Class: Aws::Types::StaticFileSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_optionsTypes::StaticFileS3SourceOptions

Returns the value of attribute s3_options.



10607
10608
10609
# File 'sig/types.rbs', line 10607

def s3_options
  @s3_options
end

#url_optionsTypes::StaticFileUrlSourceOptions

Returns the value of attribute url_options.



10606
10607
10608
# File 'sig/types.rbs', line 10606

def url_options
  @url_options
end