Class: Aws::Types::StaticImageActivateScheduleActionSettings

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)


3042
3043
3044
# File 'sig/types.rbs', line 3042

def duration
  @duration
end

#fade_in::Integer

Returns the value of attribute fade_in.

Returns:

  • (::Integer)


3043
3044
3045
# File 'sig/types.rbs', line 3043

def fade_in
  @fade_in
end

#fade_out::Integer

Returns the value of attribute fade_out.

Returns:

  • (::Integer)


3044
3045
3046
# File 'sig/types.rbs', line 3044

def fade_out
  @fade_out
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


3045
3046
3047
# File 'sig/types.rbs', line 3045

def height
  @height
end

#imageTypes::InputLocation

Returns the value of attribute image.



3046
3047
3048
# File 'sig/types.rbs', line 3046

def image
  @image
end

#image_x::Integer

Returns the value of attribute image_x.

Returns:

  • (::Integer)


3047
3048
3049
# File 'sig/types.rbs', line 3047

def image_x
  @image_x
end

#image_y::Integer

Returns the value of attribute image_y.

Returns:

  • (::Integer)


3048
3049
3050
# File 'sig/types.rbs', line 3048

def image_y
  @image_y
end

#layer::Integer

Returns the value of attribute layer.

Returns:

  • (::Integer)


3049
3050
3051
# File 'sig/types.rbs', line 3049

def layer
  @layer
end

#opacity::Integer

Returns the value of attribute opacity.

Returns:

  • (::Integer)


3050
3051
3052
# File 'sig/types.rbs', line 3050

def opacity
  @opacity
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


3051
3052
3053
# File 'sig/types.rbs', line 3051

def width
  @width
end