Class: Aws::Types::GetImagesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


108
109
110
# File 'sig/types.rbs', line 108

def end_timestamp
  @end_timestamp
end

#format"JPEG", "PNG"

Returns the value of attribute format.

Returns:

  • ("JPEG", "PNG")


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.

Returns:

  • (::Hash[("JPEGQuality"), ::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("PRODUCER_TIMESTAMP", "SERVER_TIMESTAMP")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Time)


107
108
109
# File 'sig/types.rbs', line 107

def start_timestamp
  @start_timestamp
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


112
113
114
# File 'sig/types.rbs', line 112

def width_pixels
  @width_pixels
end