Class: Aws::Types::ImageResponseCard
- Inherits:
-
Object
- Object
- Aws::Types::ImageResponseCard
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buttons ⇒ ::Array[Types::Button]
Returns the value of attribute buttons.
-
#image_url ⇒ ::String
Returns the value of attribute image_url.
-
#subtitle ⇒ ::String
Returns the value of attribute subtitle.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#buttons ⇒ ::Array[Types::Button]
Returns the value of attribute buttons.
159 160 161 |
# File 'sig/types.rbs', line 159 def @buttons end |
#image_url ⇒ ::String
Returns the value of attribute image_url.
158 159 160 |
# File 'sig/types.rbs', line 158 def image_url @image_url end |
#subtitle ⇒ ::String
Returns the value of attribute subtitle.
157 158 159 |
# File 'sig/types.rbs', line 157 def subtitle @subtitle end |
#title ⇒ ::String
Returns the value of attribute title.
156 157 158 |
# File 'sig/types.rbs', line 156 def title @title end |