Class: Aws::WorkSpaces::Types::ModificationState

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

Describes a WorkSpace modification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourceString

The resource.

Returns:

  • (String)


3155
3156
3157
3158
3159
3160
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3155

class ModificationState < Struct.new(
  :resource,
  :state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The modification state.

Returns:

  • (String)


3155
3156
3157
3158
3159
3160
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3155

class ModificationState < Struct.new(
  :resource,
  :state)
  SENSITIVE = []
  include Aws::Structure
end