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)


3529
3530
3531
3532
3533
3534
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3529

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

#stateString

The modification state.

Returns:

  • (String)


3529
3530
3531
3532
3533
3534
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3529

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