Class: Aws::Types::PutAttachmentResponse

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)


6079
6080
6081
# File 'sig/types.rbs', line 6079

def asset_identifier
  @asset_identifier
end

#attachment_name::String

Returns the value of attribute attachment_name.

Returns:

  • (::String)


6082
6083
6084
# File 'sig/types.rbs', line 6082

def attachment_name
  @attachment_name
end

#form_type_id::String

Returns the value of attribute form_type_id.

Returns:

  • (::String)


6083
6084
6085
# File 'sig/types.rbs', line 6083

def form_type_id
  @form_type_id
end

#item_identifier::String

Returns the value of attribute item_identifier.

Returns:

  • (::String)


6081
6082
6083
# File 'sig/types.rbs', line 6081

def item_identifier
  @item_identifier
end

#iterable_form_name::String

Returns the value of attribute iterable_form_name.

Returns:

  • (::String)


6080
6081
6082
# File 'sig/types.rbs', line 6080

def iterable_form_name
  @iterable_form_name
end