Class: Aws::Types::ImageGenerationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configTypes::ImageGenerationDestinationConfig

Returns the value of attribute destination_config.

Returns:



256
257
258
# File 'sig/types.rbs', line 256

def destination_config
  @destination_config
end

#format"JPEG", "PNG"

Returns the value of attribute format.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def sampling_interval
  @sampling_interval
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def status
  @status
end

#width_pixels::Integer

Returns the value of attribute width_pixels.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def width_pixels
  @width_pixels
end