Class: Aws::ManagedGrafana::Types::DescribeWorkspaceAuthenticationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DescribeWorkspaceAuthenticationResponse
- Defined in:
- gems/aws-sdk-managedgrafana/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.
497 498 499 500 501 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 497 class DescribeWorkspaceAuthenticationResponse < Struct.new( :authentication) SENSITIVE = [] include Aws::Structure end |