class Amazonite::DynamoDB::AutoScalingPolicyUpdate

Overview

Represents the auto scaling policy to be modified.

Included Modules

Defined in:

dynamodb/auto_scaling_policy_update.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(target_tracking_scaling_policy_configuration : AutoScalingTargetTrackingScalingPolicyConfigurationUpdate, policy_name : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def policy_name : String | Nil #

The name of the scaling policy.


[View source]
def policy_name=(policy_name : String | Nil) #

The name of the scaling policy.


[View source]
def target_tracking_scaling_policy_configuration : AutoScalingTargetTrackingScalingPolicyConfigurationUpdate #

Represents a target tracking scaling policy configuration.


[View source]
def target_tracking_scaling_policy_configuration=(target_tracking_scaling_policy_configuration : AutoScalingTargetTrackingScalingPolicyConfigurationUpdate) #

Represents a target tracking scaling policy configuration.


[View source]
def validate! : Nil #

[View source]