Class: Aws::ManagedGrafana::Types::DeleteWorkspaceServiceAccountTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::DeleteWorkspaceServiceAccountTokenRequest
- 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 from which to delete the token.
-
#token_id ⇒ String
The ID of the token to delete.
-
#workspace_id ⇒ String
The ID of the workspace from which to delete the token.
Instance Attribute Details
#service_account_id ⇒ String
The ID of the service account from which to delete the token.
667 668 669 670 671 672 673 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 667 class DeleteWorkspaceServiceAccountTokenRequest < Struct.new( :service_account_id, :token_id, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#token_id ⇒ String
The ID of the token to delete.
667 668 669 670 671 672 673 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 667 class DeleteWorkspaceServiceAccountTokenRequest < Struct.new( :service_account_id, :token_id, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The ID of the workspace from which to delete the token.
667 668 669 670 671 672 673 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 667 class DeleteWorkspaceServiceAccountTokenRequest < Struct.new( :service_account_id, :token_id, :workspace_id) SENSITIVE = [] include Aws::Structure end |