Class: Aws::CloudWatchOmni::Types::UpdateSpaceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::UpdateSpaceInput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
How to encrypt the space's data at rest.
-
#name ⇒ String
A new name for the space.
-
#space_id ⇒ String
The unique ID of the space to update.
Instance Attribute Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
How to encrypt the space's data at rest. Omit to leave encryption
unchanged. Pass encryptionStrategy AWS_OWNED to stop using a
customer managed key and revert to service owned encryption.
5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5115 class UpdateSpaceInput < Struct.new( :space_id, :name, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the space. Omit to leave unchanged. Must be 3-64 characters: lowercase letters, numbers, and hyphens. It must begin and end with a letter or number and cannot contain consecutive hyphens.
5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5115 class UpdateSpaceInput < Struct.new( :space_id, :name, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The unique ID of the space to update.
5115 5116 5117 5118 5119 5120 5121 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 5115 class UpdateSpaceInput < Struct.new( :space_id, :name, :encryption_configuration) SENSITIVE = [] include Aws::Structure end |