Class: Aws::Types::ManagedApplicationAutoScalingPolicy

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


1724
1725
1726
# File 'sig/types.rbs', line 1724

def arn
  @arn
end

#metric::String

Returns the value of attribute metric.

Returns:

  • (::String)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def metric
  @metric
end

#policy_type::String

Returns the value of attribute policy_type.

Returns:

  • (::String)


1728
1729
1730
# File 'sig/types.rbs', line 1728

def policy_type
  @policy_type
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:

  • ("PROVISIONING", "ACTIVE", "DEPROVISIONING", "DELETED", "FAILED")


1725
1726
1727
# File 'sig/types.rbs', line 1725

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def status_reason
  @status_reason
end

#target_value::Float

Returns the value of attribute target_value.

Returns:

  • (::Float)


1729
1730
1731
# File 'sig/types.rbs', line 1729

def target_value
  @target_value
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def updated_at
  @updated_at
end