Class: Aws::Types::InsertableImage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


1444
1445
1446
# File 'sig/types.rbs', line 1444

def duration
  @duration
end

#fade_in::Integer

Returns the value of attribute fade_in.

Returns:

  • (::Integer)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def fade_in
  @fade_in
end

#fade_out::Integer

Returns the value of attribute fade_out.

Returns:

  • (::Integer)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def fade_out
  @fade_out
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def height
  @height
end

#image_inserter_input::String

Returns the value of attribute image_inserter_input.

Returns:

  • (::String)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def image_inserter_input
  @image_inserter_input
end

#image_x::Integer

Returns the value of attribute image_x.

Returns:

  • (::Integer)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def image_x
  @image_x
end

#image_y::Integer

Returns the value of attribute image_y.

Returns:

  • (::Integer)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def image_y
  @image_y
end

#layer::Integer

Returns the value of attribute layer.

Returns:

  • (::Integer)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def layer
  @layer
end

#opacity::Integer

Returns the value of attribute opacity.

Returns:

  • (::Integer)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def opacity
  @opacity
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


1453
1454
1455
# File 'sig/types.rbs', line 1453

def start_time
  @start_time
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def width
  @width
end