Class: Aws::ManagedGrafana::Types::ServiceAccountSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ServiceAccountSummary
- Defined in:
- gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb
Overview
A structure that contains the information about one service account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grafana_role ⇒ String
The role of the service account, which sets the permission level used when calling Grafana APIs.
-
#id ⇒ String
The unique ID of the service account.
-
#is_disabled ⇒ String
Returns true if the service account is disabled.
-
#name ⇒ String
The name of the service account.
Instance Attribute Details
#grafana_role ⇒ String
The role of the service account, which sets the permission level used when calling Grafana APIs.
1369 1370 1371 1372 1373 1374 1375 1376 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1369 class ServiceAccountSummary < Struct.new( :id, :name, :is_disabled, :grafana_role) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the service account.
1369 1370 1371 1372 1373 1374 1375 1376 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1369 class ServiceAccountSummary < Struct.new( :id, :name, :is_disabled, :grafana_role) SENSITIVE = [] include Aws::Structure end |
#is_disabled ⇒ String
Returns true if the service account is disabled. Service accounts can be disabled and enabled in the Amazon Managed Grafana console.
1369 1370 1371 1372 1373 1374 1375 1376 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1369 class ServiceAccountSummary < Struct.new( :id, :name, :is_disabled, :grafana_role) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service account.
1369 1370 1371 1372 1373 1374 1375 1376 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1369 class ServiceAccountSummary < Struct.new( :id, :name, :is_disabled, :grafana_role) SENSITIVE = [] include Aws::Structure end |