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:



1740
1741
1742
# File 'sig/types.rbs', line 1740

def arn
  @arn
end

#metric::String

Returns the value of attribute metric.

Returns:



1746
1747
1748
# File 'sig/types.rbs', line 1746

def metric
  @metric
end

#policy_type::String

Returns the value of attribute policy_type.

Returns:



1744
1745
1746
# File 'sig/types.rbs', line 1744

def policy_type
  @policy_type
end

#status"PROVISIONING", ...

Returns the value of attribute status.

Returns:



1741
1742
1743
# File 'sig/types.rbs', line 1741

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:



1742
1743
1744
# File 'sig/types.rbs', line 1742

def status_reason
  @status_reason
end

#target_value::Float

Returns the value of attribute target_value.

Returns:



1745
1746
1747
# File 'sig/types.rbs', line 1745

def target_value
  @target_value
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:



1743
1744
1745
# File 'sig/types.rbs', line 1743

def updated_at
  @updated_at
end