Class: Aws::CloudWatchLogs::Types::PutStorageTierPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::PutStorageTierPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_tier ⇒ String
The storage tier to set for the account.
Instance Attribute Details
#storage_tier ⇒ String
The storage tier to set for the account. Valid values are STANDARD
and INTELLIGENT_TIERING.
8680 8681 8682 8683 8684 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 8680 class PutStorageTierPolicyRequest < Struct.new( :storage_tier) SENSITIVE = [] include Aws::Structure end |