Class: Aws::ManagedGrafana::Types::ServiceAccountSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#grafana_roleString

The role of the service account, which sets the permission level used when calling Grafana APIs.

Returns:

  • (String)


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

#idString

The unique ID of the service account.

Returns:

  • (String)


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_disabledString

Returns true if the service account is disabled. Service accounts can be disabled and enabled in the Amazon Managed Grafana console.

Returns:

  • (String)


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

#nameString

The name of the service account.

Returns:

  • (String)


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