Class: Aws::Types::GenericAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute attachment_link_url.

Returns:

  • (::String)


79
80
81
# File 'sig/types.rbs', line 79

def attachment_link_url
  @attachment_link_url
end

#buttons::Array[Types::Button]

Returns the value of attribute buttons.

Returns:



81
82
83
# File 'sig/types.rbs', line 81

def buttons
  @buttons
end

#image_url::String

Returns the value of attribute image_url.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def image_url
  @image_url
end

#sub_title::String

Returns the value of attribute sub_title.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def sub_title
  @sub_title
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def title
  @title
end