Class: Aws::Types::Attachment

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#content_description::String

Returns the value of attribute content_description.

Returns:



46
47
48
# File 'sig/types.rbs', line 46

def content_description
  @content_description
end

#content_disposition"ATTACHMENT", "INLINE"

Returns the value of attribute content_disposition.

Returns:



44
45
46
# File 'sig/types.rbs', line 44

def content_disposition
  @content_disposition
end

#content_id::String

Returns the value of attribute content_id.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def content_id
  @content_id
end

#content_transfer_encoding"BASE64", ...

Returns the value of attribute content_transfer_encoding.

Returns:



48
49
50
# File 'sig/types.rbs', line 48

def content_transfer_encoding
  @content_transfer_encoding
end

#content_type::String

Returns the value of attribute content_type.

Returns:



49
50
51
# File 'sig/types.rbs', line 49

def content_type
  @content_type
end

#file_name::String

Returns the value of attribute file_name.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def file_name
  @file_name
end

#raw_content::String

Returns the value of attribute raw_content.

Returns:



43
44
45
# File 'sig/types.rbs', line 43

def raw_content
  @raw_content
end