Class: Aws::Types::GetImagesInput
- Inherits:
-
Object
- Object
- Aws::Types::GetImagesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#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 ⇒ "PRODUCER_TIMESTAMP", "SERVER_TIMESTAMP"
Returns the value of attribute image_selector_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sampling_interval ⇒ ::Integer
Returns the value of attribute sampling_interval.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#width_pixels ⇒ ::Integer
Returns the value of attribute width_pixels.
Instance Attribute Details
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
108 109 110 |
# File 'sig/types.rbs', line 108 def @end_timestamp end |
#format ⇒ "JPEG", "PNG"
Returns the value of attribute format.
110 111 112 |
# File 'sig/types.rbs', line 110 def format @format end |
#format_config ⇒ ::Hash[("JPEGQuality"), ::String]
Returns the value of attribute format_config.
111 112 113 |
# File 'sig/types.rbs', line 111 def format_config @format_config end |
#height_pixels ⇒ ::Integer
Returns the value of attribute height_pixels.
113 114 115 |
# File 'sig/types.rbs', line 113 def height_pixels @height_pixels end |
#image_selector_type ⇒ "PRODUCER_TIMESTAMP", "SERVER_TIMESTAMP"
Returns the value of attribute image_selector_type.
106 107 108 |
# File 'sig/types.rbs', line 106 def image_selector_type @image_selector_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
114 115 116 |
# File 'sig/types.rbs', line 114 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
115 116 117 |
# File 'sig/types.rbs', line 115 def next_token @next_token end |
#sampling_interval ⇒ ::Integer
Returns the value of attribute sampling_interval.
109 110 111 |
# File 'sig/types.rbs', line 109 def sampling_interval @sampling_interval end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
107 108 109 |
# File 'sig/types.rbs', line 107 def @start_timestamp end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
105 106 107 |
# File 'sig/types.rbs', line 105 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
104 105 106 |
# File 'sig/types.rbs', line 104 def stream_name @stream_name end |
#width_pixels ⇒ ::Integer
Returns the value of attribute width_pixels.
112 113 114 |
# File 'sig/types.rbs', line 112 def width_pixels @width_pixels end |