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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedgrafana/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.



527
528
529
530
531
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 527

class DescribeWorkspaceAuthenticationResponse < Struct.new(
  :authentication)
  SENSITIVE = []
  include Aws::Structure
end