Class: Aws::Types::MessageTemplateAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :url])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


1946
1947
1948
# File 'sig/types.rbs', line 1946

def attachment_id
  @attachment_id
end

#content_disposition"ATTACHMENT"

Returns the value of attribute content_disposition.

Returns:

  • ("ATTACHMENT")


1941
1942
1943
# File 'sig/types.rbs', line 1941

def content_disposition
  @content_disposition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1942
1943
1944
# File 'sig/types.rbs', line 1942

def name
  @name
end

#uploaded_time::Time

Returns the value of attribute uploaded_time.

Returns:

  • (::Time)


1943
1944
1945
# File 'sig/types.rbs', line 1943

def uploaded_time
  @uploaded_time
end

#url::String

Returns the value of attribute url.

Returns:

  • (::String)


1944
1945
1946
# File 'sig/types.rbs', line 1944

def url
  @url
end

#url_expiry::Time

Returns the value of attribute url_expiry.

Returns:

  • (::Time)


1945
1946
1947
# File 'sig/types.rbs', line 1945

def url_expiry
  @url_expiry
end