Class: Aws::ManagedGrafana::Types::UpdateWorkspaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::UpdateWorkspaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace ⇒ Types::WorkspaceDescription
A structure containing data about the workspace that was created.
Instance Attribute Details
#workspace ⇒ Types::WorkspaceDescription
A structure containing data about the workspace that was created.
1882 1883 1884 1885 1886 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1882 class UpdateWorkspaceResponse < Struct.new( :workspace) SENSITIVE = [] include Aws::Structure end |