Class: Aws::Types::AttachmentItem

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def attachment_id
  @attachment_id
end

#attachment_name::String

Returns the value of attribute attachment_name.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def attachment_name
  @attachment_name
end

#content_type::String

Returns the value of attribute content_type.

Returns:



17
18
19
# File 'sig/types.rbs', line 17

def content_type
  @content_type
end

#status"APPROVED", ...

Returns the value of attribute status.

Returns:



20
21
22
# File 'sig/types.rbs', line 20

def status
  @status
end