Class: Aws::ManagedGrafana::Types::AwsSsoAuthentication

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

Overview

A structure containing information about how this workspace works with IAM Identity Center.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sso_client_idString

The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.

Returns:

  • (String)


181
182
183
184
185
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 181

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