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.



10997
10998
10999
# File 'sig/types.rbs', line 10997

def s3_options
  @s3_options
end

#url_optionsTypes::StaticFileUrlSourceOptions

Returns the value of attribute url_options.



10996
10997
10998
# File 'sig/types.rbs', line 10996

def url_options
  @url_options
end