Class: Aws::Types::ImageResponseCard

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buttons ⇒ ::Array[Types::Button]

Returns the value of attribute buttons.

Returns:



1912
1913
1914
# File 'sig/types.rbs', line 1912

def buttons
  @buttons
end

#image_url ⇒ ::String

Returns the value of attribute image_url.

Returns:

  • (::String)


1911
1912
1913
# File 'sig/types.rbs', line 1911

def image_url
  @image_url
end

#subtitle ⇒ ::String

Returns the value of attribute subtitle.

Returns:

  • (::String)


1910
1911
1912
# File 'sig/types.rbs', line 1910

def subtitle
  @subtitle
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1909
1910
1911
# File 'sig/types.rbs', line 1909

def title
  @title
end