Class: Aws::Types::GetAttachmentDownloadLinkRequest

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:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def attachment_id
  @attachment_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


339
340
341
# File 'sig/types.rbs', line 339

def dry_run
  @dry_run
end