Class: Aws::ManagedGrafana::Types::DescribeWorkspaceAuthenticationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DescribeWorkspaceAuthenticationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authentication ⇒ Types::AuthenticationDescription
A structure containing information about the authentication methods used in the workspace.
Instance Attribute Details
#authentication ⇒ Types::AuthenticationDescription
A structure containing information about the authentication methods used in the workspace.
716 717 718 719 720 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 716 class DescribeWorkspaceAuthenticationResponse < Struct.new( :authentication) SENSITIVE = [] include Aws::Structure end |