Class: Aws::Types::PutAttachmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_identifier::String

Returns the value of attribute asset_identifier.

Returns:

  • (::String)


6105
6106
6107
# File 'sig/types.rbs', line 6105

def asset_identifier
  @asset_identifier
end

#attachment_name::String

Returns the value of attribute attachment_name.

Returns:

  • (::String)


6108
6109
6110
# File 'sig/types.rbs', line 6108

def attachment_name
  @attachment_name
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


6111
6112
6113
# File 'sig/types.rbs', line 6111

def client_token
  @client_token
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


6109
6110
6111
# File 'sig/types.rbs', line 6109

def content
  @content
end

#form_type_id::String

Returns the value of attribute form_type_id.

Returns:

  • (::String)


6110
6111
6112
# File 'sig/types.rbs', line 6110

def form_type_id
  @form_type_id
end

#item_identifier::String

Returns the value of attribute item_identifier.

Returns:

  • (::String)


6107
6108
6109
# File 'sig/types.rbs', line 6107

def item_identifier
  @item_identifier
end

#iterable_form_name::String

Returns the value of attribute iterable_form_name.

Returns:

  • (::String)


6106
6107
6108
# File 'sig/types.rbs', line 6106

def iterable_form_name
  @iterable_form_name
end