Class: Aws::ManagedGrafana::Types::UpdateWorkspaceAuthenticationResponse

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 that describes the user authentication for this workspace after the update is made.



1286
1287
1288
1289
1290
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1286

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