Class: Aws::ManagedGrafana::Types::DescribeWorkspaceAuthenticationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedgrafana/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authenticationTypes::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