Class: Aws::Types::GetWhatsAppMessageMediaInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:destination_s3_presigned_url, :destination_s3_file])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_s3_fileTypes::S3File

Returns the value of attribute destination_s3_file.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def destination_s3_file
  @destination_s3_file
end

#destination_s3_presigned_urlTypes::S3PresignedUrl

Returns the value of attribute destination_s3_presigned_url.



210
211
212
# File 'sig/types.rbs', line 210

def destination_s3_presigned_url
  @destination_s3_presigned_url
end

#media_id::String

Returns the value of attribute media_id.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def media_id
  @media_id
end

#metadata_onlyBoolean

Returns the value of attribute metadata_only.

Returns:

  • (Boolean)


209
210
211
# File 'sig/types.rbs', line 209

def 
  @metadata_only
end

#origination_phone_number_id::String

Returns the value of attribute origination_phone_number_id.

Returns:

  • (::String)


208
209
210
# File 'sig/types.rbs', line 208

def origination_phone_number_id
  @origination_phone_number_id
end