Class: Aws::ManagedGrafana::Types::DeleteWorkspaceServiceAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DeleteWorkspaceServiceAccountRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_account_id ⇒ String
The ID of the service account to delete.
-
#workspace_id ⇒ String
The ID of the workspace where the service account resides.
Instance Attribute Details
#service_account_id ⇒ String
The ID of the service account to delete.
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_id ⇒ String
The ID of the workspace where the service account resides.
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 |