Class: Aws::ManagedGrafana::Types::CreateWorkspaceServiceAccountResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#grafana_roleString

The permission level given to the service account.

Returns:

  • (String)


506
507
508
509
510
511
512
513
# File 'lib/aws-sdk-managedgrafana/types.rb', line 506

class CreateWorkspaceServiceAccountResponse < Struct.new(
  :id,
  :name,
  :grafana_role,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the service account.

Returns:

  • (String)


506
507
508
509
510
511
512
513
# File 'lib/aws-sdk-managedgrafana/types.rb', line 506

class CreateWorkspaceServiceAccountResponse < Struct.new(
  :id,
  :name,
  :grafana_role,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the service account.

Returns:

  • (String)


506
507
508
509
510
511
512
513
# File 'lib/aws-sdk-managedgrafana/types.rb', line 506

class CreateWorkspaceServiceAccountResponse < Struct.new(
  :id,
  :name,
  :grafana_role,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The workspace with which the service account is associated.

Returns:

  • (String)


506
507
508
509
510
511
512
513
# File 'lib/aws-sdk-managedgrafana/types.rb', line 506

class CreateWorkspaceServiceAccountResponse < Struct.new(
  :id,
  :name,
  :grafana_role,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end