Class: Aws::ManagedGrafana::Types::ServiceAccountTokenSummary

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 a service account token.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

When the service account token was created.

Returns:

  • (Time)


1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1397

class ServiceAccountTokenSummary < Struct.new(
  :created_at,
  :expires_at,
  :id,
  :last_used_at,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#expires_atTime

When the service account token will expire.

Returns:

  • (Time)


1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1397

class ServiceAccountTokenSummary < Struct.new(
  :created_at,
  :expires_at,
  :id,
  :last_used_at,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique ID of the service account token.

Returns:

  • (String)


1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1397

class ServiceAccountTokenSummary < Struct.new(
  :created_at,
  :expires_at,
  :id,
  :last_used_at,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#last_used_atTime

The last time the token was used to authorize a Grafana HTTP API.

Returns:

  • (Time)


1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1397

class ServiceAccountTokenSummary < Struct.new(
  :created_at,
  :expires_at,
  :id,
  :last_used_at,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the service account token.

Returns:

  • (String)


1397
1398
1399
1400
1401
1402
1403
1404
1405
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1397

class ServiceAccountTokenSummary < Struct.new(
  :created_at,
  :expires_at,
  :id,
  :last_used_at,
  :name)
  SENSITIVE = []
  include Aws::Structure
end