Class: Aws::Types::AddAttachmentsToSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_set_id::String

Returns the value of attribute attachment_set_id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def attachment_set_id
  @attachment_set_id
end

#attachments::Array[Types::Attachment]

Returns the value of attribute attachments.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def attachments
  @attachments
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14
15
16
# File 'sig/types.rbs', line 14

def dry_run
  @dry_run
end