class
Amazonite::CloudWatchLogs::PutStorageTierPolicyResponse
- Amazonite::CloudWatchLogs::PutStorageTierPolicyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_storage_tier_policy_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(storage_tier : StorageTier | Nil = nil, last_updated_time : Int64 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#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. -
#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. -
#storage_tier : StorageTier | Nil
The storage tier for the account.
-
#storage_tier=(storage_tier : StorageTier | Nil)
The storage tier for the account.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
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.
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.