Class: Aws::Types::CreateMessageTemplateAttachmentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :body])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def body
  @body
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def client_token
  @client_token
end

#content_disposition"ATTACHMENT"

Returns the value of attribute content_disposition.

Returns:

  • ("ATTACHMENT")


753
754
755
# File 'sig/types.rbs', line 753

def content_disposition
  @content_disposition
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def knowledge_base_id
  @knowledge_base_id
end

#message_template_id::String

Returns the value of attribute message_template_id.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def message_template_id
  @message_template_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def name
  @name
end