Class: Aws::Types::ScalingRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::ScalingAction

Returns the value of attribute action.



1434
1435
1436
# File 'sig/types.rbs', line 1434

def action
  @action
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1433
1434
1435
# File 'sig/types.rbs', line 1433

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1432
1433
1434
# File 'sig/types.rbs', line 1432

def name
  @name
end

#triggerTypes::ScalingTrigger

Returns the value of attribute trigger.



1435
1436
1437
# File 'sig/types.rbs', line 1435

def trigger
  @trigger
end