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)


500
501
502
503
504
505
506
507
# File 'lib/aws-sdk-managedgrafana/types.rb', line 500

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

#idString

The ID of the service account.

Returns:

  • (String)


500
501
502
503
504
505
506
507
# File 'lib/aws-sdk-managedgrafana/types.rb', line 500

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

#nameString

The name of the service account.

Returns:

  • (String)


500
501
502
503
504
505
506
507
# File 'lib/aws-sdk-managedgrafana/types.rb', line 500

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

#workspace_idString

The workspace with which the service account is associated.

Returns:

  • (String)


500
501
502
503
504
505
506
507
# File 'lib/aws-sdk-managedgrafana/types.rb', line 500

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