Class: Aws::ManagedGrafana::Types::CreateWorkspaceServiceAccountResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::CreateWorkspaceServiceAccountResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grafana_role ⇒ String
The permission level given to the service account.
-
#id ⇒ String
The ID of the service account.
-
#name ⇒ String
The name of the service account.
-
#workspace_id ⇒ String
The workspace with which the service account is associated.
Instance Attribute Details
#grafana_role ⇒ String
The permission level given to the service account.
500 501 502 503 504 505 506 507 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 500 class CreateWorkspaceServiceAccountResponse < Struct.new( :grafana_role, :id, :name, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the service account.
500 501 502 503 504 505 506 507 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 500 class CreateWorkspaceServiceAccountResponse < Struct.new( :grafana_role, :id, :name, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service account.
500 501 502 503 504 505 506 507 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 500 class CreateWorkspaceServiceAccountResponse < Struct.new( :grafana_role, :id, :name, :workspace_id) SENSITIVE = [] include Aws::Structure end |
#workspace_id ⇒ String
The workspace with which the service account is associated.
500 501 502 503 504 505 506 507 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 500 class CreateWorkspaceServiceAccountResponse < Struct.new( :grafana_role, :id, :name, :workspace_id) SENSITIVE = [] include Aws::Structure end |