Class: Aws::ManagedGrafana::Types::ServiceAccountTokenSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ServiceAccountTokenSummary
- 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
-
#created_at ⇒ Time
When the service account token was created.
-
#expires_at ⇒ Time
When the service account token will expire.
-
#id ⇒ String
The unique ID of the service account token.
-
#last_used_at ⇒ Time
The last time the token was used to authorize a Grafana HTTP API.
-
#name ⇒ String
The name of the service account token.
Instance Attribute Details
#created_at ⇒ Time
When the service account token was created.
1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1403 class ServiceAccountTokenSummary < Struct.new( :id, :name, :created_at, :expires_at, :last_used_at) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
When the service account token will expire.
1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1403 class ServiceAccountTokenSummary < Struct.new( :id, :name, :created_at, :expires_at, :last_used_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the service account token.
1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1403 class ServiceAccountTokenSummary < Struct.new( :id, :name, :created_at, :expires_at, :last_used_at) SENSITIVE = [] include Aws::Structure end |
#last_used_at ⇒ Time
The last time the token was used to authorize a Grafana HTTP API.
1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1403 class ServiceAccountTokenSummary < Struct.new( :id, :name, :created_at, :expires_at, :last_used_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the service account token.
1403 1404 1405 1406 1407 1408 1409 1410 1411 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1403 class ServiceAccountTokenSummary < Struct.new( :id, :name, :created_at, :expires_at, :last_used_at) SENSITIVE = [] include Aws::Structure end |