Class: Aws::ManagedGrafana::Types::DeleteWorkspaceServiceAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DeleteWorkspaceServiceAccountResponse
- 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 deleted.
-
#workspace_id ⇒ String
The ID of the workspace where the service account was deleted.
Instance Attribute Details
#service_account_id ⇒ String
The ID of the service account deleted.
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_id ⇒ String
The ID of the workspace where the service account was deleted.
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 |