Class: Aws::Types::FileSource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#byte_contentTypes::ByteContentFile

Returns the value of attribute byte_content.



763
764
765
# File 'sig/types.rbs', line 763

def byte_content
  @byte_content
end

#s3_locationTypes::S3ObjectFile

Returns the value of attribute s3_location.

Returns:



764
765
766
# File 'sig/types.rbs', line 764

def s3_location
  @s3_location
end

#source_type"S3", "BYTE_CONTENT"

Returns the value of attribute source_type.

Returns:

  • ("S3", "BYTE_CONTENT")


765
766
767
# File 'sig/types.rbs', line 765

def source_type
  @source_type
end