Class: Aws::Types::ImageGenerationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ImageGenerationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_config ⇒ Types::ImageGenerationDestinationConfig
Returns the value of attribute destination_config.
-
#format ⇒ "JPEG", "PNG"
Returns the value of attribute format.
-
#format_config ⇒ ::Hash[("JPEGQuality"), ::String]
Returns the value of attribute format_config.
-
#height_pixels ⇒ ::Integer
Returns the value of attribute height_pixels.
-
#image_selector_type ⇒ "SERVER_TIMESTAMP", "PRODUCER_TIMESTAMP"
Returns the value of attribute image_selector_type.
-
#sampling_interval ⇒ ::Integer
Returns the value of attribute sampling_interval.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
-
#width_pixels ⇒ ::Integer
Returns the value of attribute width_pixels.
Instance Attribute Details
#destination_config ⇒ Types::ImageGenerationDestinationConfig
Returns the value of attribute destination_config.
256 257 258 |
# File 'sig/types.rbs', line 256 def destination_config @destination_config end |
#format ⇒ "JPEG", "PNG"
Returns the value of attribute format.
258 259 260 |
# File 'sig/types.rbs', line 258 def format @format end |
#format_config ⇒ ::Hash[("JPEGQuality"), ::String]
Returns the value of attribute format_config.
259 260 261 |
# File 'sig/types.rbs', line 259 def format_config @format_config end |
#height_pixels ⇒ ::Integer
Returns the value of attribute height_pixels.
261 262 263 |
# File 'sig/types.rbs', line 261 def height_pixels @height_pixels end |
#image_selector_type ⇒ "SERVER_TIMESTAMP", "PRODUCER_TIMESTAMP"
Returns the value of attribute image_selector_type.
255 256 257 |
# File 'sig/types.rbs', line 255 def image_selector_type @image_selector_type end |
#sampling_interval ⇒ ::Integer
Returns the value of attribute sampling_interval.
257 258 259 |
# File 'sig/types.rbs', line 257 def sampling_interval @sampling_interval end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
254 255 256 |
# File 'sig/types.rbs', line 254 def status @status end |
#width_pixels ⇒ ::Integer
Returns the value of attribute width_pixels.
260 261 262 |
# File 'sig/types.rbs', line 260 def width_pixels @width_pixels end |