Class: Aws::Types::StaticImageOutputActivateScheduleActionSettings

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)


3062
3063
3064
# File 'sig/types.rbs', line 3062

def duration
  @duration
end

#fade_in::Integer

Returns the value of attribute fade_in.

Returns:

  • (::Integer)


3063
3064
3065
# File 'sig/types.rbs', line 3063

def fade_in
  @fade_in
end

#fade_out::Integer

Returns the value of attribute fade_out.

Returns:

  • (::Integer)


3064
3065
3066
# File 'sig/types.rbs', line 3064

def fade_out
  @fade_out
end

#height::Integer

Returns the value of attribute height.

Returns:

  • (::Integer)


3065
3066
3067
# File 'sig/types.rbs', line 3065

def height
  @height
end

#imageTypes::InputLocation

Returns the value of attribute image.



3066
3067
3068
# File 'sig/types.rbs', line 3066

def image
  @image
end

#image_x::Integer

Returns the value of attribute image_x.

Returns:

  • (::Integer)


3067
3068
3069
# File 'sig/types.rbs', line 3067

def image_x
  @image_x
end

#image_y::Integer

Returns the value of attribute image_y.

Returns:

  • (::Integer)


3068
3069
3070
# File 'sig/types.rbs', line 3068

def image_y
  @image_y
end

#layer::Integer

Returns the value of attribute layer.

Returns:

  • (::Integer)


3069
3070
3071
# File 'sig/types.rbs', line 3069

def layer
  @layer
end

#opacity::Integer

Returns the value of attribute opacity.

Returns:

  • (::Integer)


3070
3071
3072
# File 'sig/types.rbs', line 3070

def opacity
  @opacity
end

#output_names::Array[::String]

Returns the value of attribute output_names.

Returns:

  • (::Array[::String])


3071
3072
3073
# File 'sig/types.rbs', line 3071

def output_names
  @output_names
end

#width::Integer

Returns the value of attribute width.

Returns:

  • (::Integer)


3072
3073
3074
# File 'sig/types.rbs', line 3072

def width
  @width
end