Class: Aws::WorkSpaces::Types::ModifyWorkspacePropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModifyWorkspacePropertiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_replication ⇒ String
Indicates the data replication status.
-
#workspace_id ⇒ String
The identifier of the WorkSpace.
-
#workspace_properties ⇒ Types::WorkspaceProperties
The properties of the WorkSpace.
Instance Attribute Details
#data_replication ⇒ String
Indicates the data replication status.
4072 4073 4074 4075 4076 4077 4078 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4072 class ModifyWorkspacePropertiesRequest < Struct.new( :workspace_id, :workspace_properties, :data_replication) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The identifier of the WorkSpace.
4072 4073 4074 4075 4076 4077 4078 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4072 class ModifyWorkspacePropertiesRequest < Struct.new( :workspace_id, :workspace_properties, :data_replication) SENSITIVE = [] include Aws::Structure end |
#workspace_properties ⇒ Types::WorkspaceProperties
The properties of the WorkSpace.
4072 4073 4074 4075 4076 4077 4078 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4072 class ModifyWorkspacePropertiesRequest < Struct.new( :workspace_id, :workspace_properties, :data_replication) SENSITIVE = [] include Aws::Structure end |