Class: Aws::Types::DeleteAttachmentRequest

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)


2279
2280
2281
# File 'sig/types.rbs', line 2279

def asset_identifier
  @asset_identifier
end

#attachment_name::String

Returns the value of attribute attachment_name.

Returns:

  • (::String)


2282
2283
2284
# File 'sig/types.rbs', line 2282

def attachment_name
  @attachment_name
end

#item_identifier::String

Returns the value of attribute item_identifier.

Returns:

  • (::String)


2281
2282
2283
# File 'sig/types.rbs', line 2281

def item_identifier
  @item_identifier
end

#iterable_form_name::String

Returns the value of attribute iterable_form_name.

Returns:

  • (::String)


2280
2281
2282
# File 'sig/types.rbs', line 2280

def iterable_form_name
  @iterable_form_name
end