Class: Aws::ManagedGrafana::Types::UpdateWorkspaceAuthenticationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::UpdateWorkspaceAuthenticationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication ⇒ Types::AuthenticationDescription
A structure that describes the user authentication for this workspace after the update is made.
Instance Attribute Details
#authentication ⇒ Types::AuthenticationDescription
A structure that describes the user authentication for this workspace after the update is made.
1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1677 class UpdateWorkspaceAuthenticationResponse < Struct.new( :authentication) SENSITIVE = [] include Aws::Structure end |