Class: Aws::PrometheusService::Types::WorkspaceDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-prometheusservice/types.rb

Overview

The full details about one Amazon Managed Service for Prometheus workspace in your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

The alias that is assigned to this workspace to help identify it. It does not need to be unique.

Returns:

  • (String)


1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1939

class WorkspaceDescription < Struct.new(
  :alias,
  :arn,
  :created_at,
  :kms_key_arn,
  :prometheus_endpoint,
  :status,
  :tags,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The ARN of the workspace. For example, ‘arn:aws:aps:<region>:123456789012:workspace/ws-example1-1234-abcd-5678-ef90abcd1234`.

Returns:

  • (String)


1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1939

class WorkspaceDescription < Struct.new(
  :alias,
  :arn,
  :created_at,
  :kms_key_arn,
  :prometheus_endpoint,
  :status,
  :tags,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the workspace was created.

Returns:

  • (Time)


1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1939

class WorkspaceDescription < Struct.new(
  :alias,
  :arn,
  :created_at,
  :kms_key_arn,
  :prometheus_endpoint,
  :status,
  :tags,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

(optional) If the workspace was created with a customer managed KMS key, the ARN for the key used.

Returns:

  • (String)


1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1939

class WorkspaceDescription < Struct.new(
  :alias,
  :arn,
  :created_at,
  :kms_key_arn,
  :prometheus_endpoint,
  :status,
  :tags,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#prometheus_endpointString

The Prometheus endpoint available for this workspace. For example, ‘aps-workspaces.<region>.amazonaws.com/workspaces/ws-example1-1234-abcd-5678-ef90abcd1234/api/v1/`.

Returns:

  • (String)


1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1939

class WorkspaceDescription < Struct.new(
  :alias,
  :arn,
  :created_at,
  :kms_key_arn,
  :prometheus_endpoint,
  :status,
  :tags,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::WorkspaceStatus

The current status of the workspace.



1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1939

class WorkspaceDescription < Struct.new(
  :alias,
  :arn,
  :created_at,
  :kms_key_arn,
  :prometheus_endpoint,
  :status,
  :tags,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of tag keys and values that are associated with the workspace.

Returns:

  • (Hash<String,String>)


1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1939

class WorkspaceDescription < Struct.new(
  :alias,
  :arn,
  :created_at,
  :kms_key_arn,
  :prometheus_endpoint,
  :status,
  :tags,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The unique ID for the workspace. For example, ‘ws-example1-1234-abcd-5678-ef90abcd1234`.

Returns:

  • (String)


1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1939

class WorkspaceDescription < Struct.new(
  :alias,
  :arn,
  :created_at,
  :kms_key_arn,
  :prometheus_endpoint,
  :status,
  :tags,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end