Class: Aws::WorkSpaces::Types::ModificationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModificationState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes a WorkSpace modification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ String
The resource.
-
#state ⇒ String
The modification state.
Instance Attribute Details
#resource ⇒ String
The resource.
3529 3530 3531 3532 3533 3534 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3529 class ModificationState < Struct.new( :resource, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The modification state.
3529 3530 3531 3532 3533 3534 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3529 class ModificationState < Struct.new( :resource, :state) SENSITIVE = [] include Aws::Structure end |