Class: Aws::Types::StaticImageOutputDeactivateScheduleActionSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fade_out::Integer

Returns the value of attribute fade_out.

Returns:

  • (::Integer)


3077
3078
3079
# File 'sig/types.rbs', line 3077

def fade_out
  @fade_out
end

#layer::Integer

Returns the value of attribute layer.

Returns:

  • (::Integer)


3078
3079
3080
# File 'sig/types.rbs', line 3078

def layer
  @layer
end

#output_names::Array[::String]

Returns the value of attribute output_names.

Returns:

  • (::Array[::String])


3079
3080
3081
# File 'sig/types.rbs', line 3079

def output_names
  @output_names
end