class
Amazonite::CloudWatchLogs::PutStorageTierPolicyRequest
- Amazonite::CloudWatchLogs::PutStorageTierPolicyRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/put_storage_tier_policy_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#storage_tier : StorageTier
The storage tier to set for the account.
-
#storage_tier=(storage_tier : StorageTier)
The storage tier to set 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 storage_tier : StorageTier
#
The storage tier to set for the account. Use INTELLIGENT_TIERING to automatically optimize
storage costs by moving log data to the appropriate tier based on access frequency.
def storage_tier=(storage_tier : StorageTier)
#
The storage tier to set for the account. Use INTELLIGENT_TIERING to automatically optimize
storage costs by moving log data to the appropriate tier based on access frequency.