Class: Aws::ManagedGrafana::Types::DeleteWorkspaceServiceAccountResponse

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

#service_account_idString

The ID of the service account deleted.

Returns:

  • (String)


646
647
648
649
650
651
# File 'lib/aws-sdk-managedgrafana/types.rb', line 646

class DeleteWorkspaceServiceAccountResponse < Struct.new(
  :service_account_id,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace where the service account was deleted.

Returns:

  • (String)


646
647
648
649
650
651
# File 'lib/aws-sdk-managedgrafana/types.rb', line 646

class DeleteWorkspaceServiceAccountResponse < Struct.new(
  :service_account_id,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end