Class: Aws::ManagedGrafana::Types::CreateWorkspaceServiceAccountTokenResponse

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

#service_account_idString

The ID of the service account where the token was created.

Returns:

  • (String)


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_tokenTypes::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_idString

The ID of the workspace where the token was created.

Returns:

  • (String)


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