Class: Aws::ManagedGrafana::Types::DescribeWorkspaceAuthenticationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DescribeWorkspaceAuthenticationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workspace_id ⇒ String
The ID of the workspace to return authentication information about.
Instance Attribute Details
#workspace_id ⇒ String
The ID of the workspace to return authentication information about.
703 704 705 706 707 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 703 class DescribeWorkspaceAuthenticationRequest < Struct.new( :workspace_id) SENSITIVE = [] include Aws::Structure end |