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)


2236
2237
2238
# File 'sig/types.rbs', line 2236

def frames_per_second
  @frames_per_second
end

#height_in_pixels::Integer

Returns the value of attribute height_in_pixels.

Returns:

  • (::Integer)


2238
2239
2240
# File 'sig/types.rbs', line 2238

def height_in_pixels
  @height_in_pixels
end

#width_in_pixels::Integer

Returns the value of attribute width_in_pixels.

Returns:

  • (::Integer)


2237
2238
2239
# File 'sig/types.rbs', line 2237

def width_in_pixels
  @width_in_pixels
end