Class: Aws::ManagedGrafana::Types::CreateWorkspaceApiKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::CreateWorkspaceApiKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:key]
Instance Attribute Summary collapse
-
#key ⇒ String
The key token.
-
#key_name ⇒ String
The name of the key that was created.
-
#workspace_id ⇒ String
The ID of the workspace that the key is valid for.
Instance Attribute Details
#key ⇒ String
The key token. Use this value as a bearer token to authenticate HTTP requests to the workspace.
258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 258 class CreateWorkspaceApiKeyResponse < Struct.new( :key, :key_name, :workspace_id) SENSITIVE = [:key] include Aws::Structure end |
#key_name ⇒ String
The name of the key that was created.
258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 258 class CreateWorkspaceApiKeyResponse < Struct.new( :key, :key_name, :workspace_id) SENSITIVE = [:key] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace that the key is valid for.
258 259 260 261 262 263 264 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 258 class CreateWorkspaceApiKeyResponse < Struct.new( :key, :key_name, :workspace_id) SENSITIVE = [:key] include Aws::Structure end |