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

#content_digest::String

Returns the value of attribute content_digest.

Returns:

  • (::String)


6026
6027
6028
# File 'sig/types.rbs', line 6026

def content_digest
  @content_digest
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


6025
6026
6027
# File 'sig/types.rbs', line 6025

def content_type
  @content_type
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


6027
6028
6029
# File 'sig/types.rbs', line 6027

def s3_uri
  @s3_uri
end