Class: Aws::ManagedGrafana::Types::DeleteWorkspaceServiceAccountRequest

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 to delete.

Returns:

  • (String)


629
630
631
632
633
634
# File 'lib/aws-sdk-managedgrafana/types.rb', line 629

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

#workspace_idString

The ID of the workspace where the service account resides.

Returns:

  • (String)


629
630
631
632
633
634
# File 'lib/aws-sdk-managedgrafana/types.rb', line 629

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