Class: Aws::Types::FormatSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#frames_per_second::Integer

Returns the value of attribute frames_per_second.

Returns:

  • (::Integer)


2246
2247
2248
# File 'sig/types.rbs', line 2246

def frames_per_second
  @frames_per_second
end

#height_in_pixels::Integer

Returns the value of attribute height_in_pixels.

Returns:

  • (::Integer)


2248
2249
2250
# File 'sig/types.rbs', line 2248

def height_in_pixels
  @height_in_pixels
end

#width_in_pixels::Integer

Returns the value of attribute width_in_pixels.

Returns:

  • (::Integer)


2247
2248
2249
# File 'sig/types.rbs', line 2247

def width_in_pixels
  @width_in_pixels
end