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)


2275
2276
2277
# File 'sig/types.rbs', line 2275

def asset_identifier
  @asset_identifier
end

#attachment_name::String

Returns the value of attribute attachment_name.

Returns:

  • (::String)


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

def attachment_name
  @attachment_name
end

#item_identifier::String

Returns the value of attribute item_identifier.

Returns:

  • (::String)


2277
2278
2279
# File 'sig/types.rbs', line 2277

def item_identifier
  @item_identifier
end

#iterable_form_name::String

Returns the value of attribute iterable_form_name.

Returns:

  • (::String)


2276
2277
2278
# File 'sig/types.rbs', line 2276

def iterable_form_name
  @iterable_form_name
end