Class: Aws::Types::TableFieldURLConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TableFieldURLConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_configuration ⇒ Types::TableFieldImageConfiguration
Returns the value of attribute image_configuration.
-
#link_configuration ⇒ Types::TableFieldLinkConfiguration
Returns the value of attribute link_configuration.
Instance Attribute Details
#image_configuration ⇒ Types::TableFieldImageConfiguration
Returns the value of attribute image_configuration.
10799 10800 10801 |
# File 'sig/types.rbs', line 10799 def image_configuration @image_configuration end |
#link_configuration ⇒ Types::TableFieldLinkConfiguration
Returns the value of attribute link_configuration.
10798 10799 10800 |
# File 'sig/types.rbs', line 10798 def link_configuration @link_configuration end |