Class: Aws::ManagedGrafana::Types::CreateWorkspaceServiceAccountTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::CreateWorkspaceServiceAccountTokenResponse
- Defined in:
- gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_account_id ⇒ String
The ID of the service account where the token was created.
-
#service_account_token ⇒ Types::ServiceAccountTokenSummaryWithKey
Information about the created token, including the key.
-
#workspace_id ⇒ String
The ID of the workspace where the token was created.
Instance Attribute Details
#service_account_id ⇒ String
The ID of the service account where the token was created.
552 553 554 555 556 557 558 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 552 class CreateWorkspaceServiceAccountTokenResponse < Struct.new( :service_account_id, :service_account_token, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#service_account_token ⇒ Types::ServiceAccountTokenSummaryWithKey
Information about the created token, including the key. Be sure to store the key securely.
552 553 554 555 556 557 558 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 552 class CreateWorkspaceServiceAccountTokenResponse < Struct.new( :service_account_id, :service_account_token, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace where the token was created.
552 553 554 555 556 557 558 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 552 class CreateWorkspaceServiceAccountTokenResponse < Struct.new( :service_account_id, :service_account_token, :workspace_id) SENSITIVE = [] include Aws::Structure end |