Class: Aws::WorkSpaces::Types::ModificationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ModificationState
- 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
-
#resource ⇒ String
The resource.
-
#state ⇒ String
The modification state.
Instance Attribute Details
#resource ⇒ String
The resource.
3569 3570 3571 3572 3573 3574 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3569 class ModificationState < Struct.new( :resource, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The modification state.
3569 3570 3571 3572 3573 3574 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3569 class ModificationState < Struct.new( :resource, :state) SENSITIVE = [] include Aws::Structure end |