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:



1465
1466
1467
# File 'sig/types.rbs', line 1465

def duration
  @duration
end

#fade_in::Integer

Returns the value of attribute fade_in.

Returns:



1466
1467
1468
# File 'sig/types.rbs', line 1466

def fade_in
  @fade_in
end

#fade_out::Integer

Returns the value of attribute fade_out.

Returns:



1467
1468
1469
# File 'sig/types.rbs', line 1467

def fade_out
  @fade_out
end

#height::Integer

Returns the value of attribute height.

Returns:



1468
1469
1470
# File 'sig/types.rbs', line 1468

def height
  @height
end

#image_inserter_input::String

Returns the value of attribute image_inserter_input.

Returns:



1469
1470
1471
# File 'sig/types.rbs', line 1469

def image_inserter_input
  @image_inserter_input
end

#image_x::Integer

Returns the value of attribute image_x.

Returns:



1470
1471
1472
# File 'sig/types.rbs', line 1470

def image_x
  @image_x
end

#image_y::Integer

Returns the value of attribute image_y.

Returns:



1471
1472
1473
# File 'sig/types.rbs', line 1471

def image_y
  @image_y
end

#layer::Integer

Returns the value of attribute layer.

Returns:



1472
1473
1474
# File 'sig/types.rbs', line 1472

def layer
  @layer
end

#opacity::Integer

Returns the value of attribute opacity.

Returns:



1473
1474
1475
# File 'sig/types.rbs', line 1473

def opacity
  @opacity
end

#start_time::String

Returns the value of attribute start_time.

Returns:



1474
1475
1476
# File 'sig/types.rbs', line 1474

def start_time
  @start_time
end

#width::Integer

Returns the value of attribute width.

Returns:



1475
1476
1477
# File 'sig/types.rbs', line 1475

def width
  @width
end