class Amazonite::CloudWatchLogs::PutStorageTierPolicyResponse

Included Modules

Defined in:

cloudwatch_logs/put_storage_tier_policy_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(storage_tier : StorageTier | Nil = nil, last_updated_time : Int64 | 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 last_updated_time : Int64 | Nil #

The time when the storage tier policy was last updated, expressed as the number of milliseconds after January 1, 1970 00:00:00 UTC.


[View source]
def last_updated_time=(last_updated_time : Int64 | Nil) #

The time when the storage tier policy was last updated, expressed as the number of milliseconds after January 1, 1970 00:00:00 UTC.


[View source]
def storage_tier : StorageTier | Nil #

The storage tier for the account.


[View source]
def storage_tier=(storage_tier : StorageTier | Nil) #

The storage tier for the account.


[View source]
def validate! : Nil #

[View source]