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

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

Instance Attribute Details

#grafana_roleString

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

Returns:

  • (String)


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

#idString

The unique ID of the service account.

Returns:

  • (String)


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_disabledString

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

Returns:

  • (String)


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

#nameString

The name of the service account.

Returns:

  • (String)


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