Class: Aws::ManagedGrafana::Types::ServiceAccountTokenSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ServiceAccountTokenSummary
- Includes:
- Structure
- Defined in:
- 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.
1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File '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_at ⇒ Time
When the service account token will expire.
1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File '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 |
#id ⇒ String
The unique ID of the service account token.
1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File '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_at ⇒ Time
The last time the token was used to authorize a Grafana HTTP API.
1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File '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 |
#name ⇒ String
The name of the service account token.
1397 1398 1399 1400 1401 1402 1403 1404 1405 |
# File '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 |