Class: Aws::Types::PostWhatsAppMessageMediaInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:source_s3_presigned_url, :source_s3_file])

Instance Attribute Summary collapse

Instance Attribute Details

#origination_phone_number_id::String

Returns the value of attribute origination_phone_number_id.

Returns:

  • (::String)


468
469
470
# File 'sig/types.rbs', line 468

def origination_phone_number_id
  @origination_phone_number_id
end

#source_s3_fileTypes::S3File

Returns the value of attribute source_s3_file.

Returns:



470
471
472
# File 'sig/types.rbs', line 470

def source_s3_file
  @source_s3_file
end

#source_s3_presigned_urlTypes::S3PresignedUrl

Returns the value of attribute source_s3_presigned_url.



469
470
471
# File 'sig/types.rbs', line 469

def source_s3_presigned_url
  @source_s3_presigned_url
end