class Amazonite::DynamoDB::AutoScalingPolicyDescription

Overview

Represents the properties of the scaling policy.

Included Modules

Defined in:

dynamodb/auto_scaling_policy_description.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 : AutoScalingTargetTrackingScalingPolicyConfigurationDescription | Nil #

Represents a target tracking scaling policy configuration.


[View source]
def target_tracking_scaling_policy_configuration=(target_tracking_scaling_policy_configuration : AutoScalingTargetTrackingScalingPolicyConfigurationDescription | Nil) #

Represents a target tracking scaling policy configuration.


[View source]
def validate! : Nil #

[View source]