Class: Aws::ManagedGrafana::Types::ServiceAccountSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ServiceAccountSummary
- Includes:
- Structure
- Defined in:
- 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.
1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1363 class ServiceAccountSummary < Struct.new( :grafana_role, :id, :is_disabled, :name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the service account.
1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1363 class ServiceAccountSummary < Struct.new( :grafana_role, :id, :is_disabled, :name) 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.
1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1363 class ServiceAccountSummary < Struct.new( :grafana_role, :id, :is_disabled, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service account.
1363 1364 1365 1366 1367 1368 1369 1370 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1363 class ServiceAccountSummary < Struct.new( :grafana_role, :id, :is_disabled, :name) SENSITIVE = [] include Aws::Structure end |