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:



159
160
161
# File 'sig/types.rbs', line 159

def buttons
  @buttons
end

#image_url ⇒ ::String

Returns the value of attribute image_url.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def image_url
  @image_url
end

#subtitle ⇒ ::String

Returns the value of attribute subtitle.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def subtitle
  @subtitle
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def title
  @title
end