Class: Aws::PrometheusService::Types::CreateWorkspaceResponse

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

Overview

Represents the output of a CreateWorkspace operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN for the new workspace.

Returns:

  • (String)


448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 448

class CreateWorkspaceResponse < Struct.new(
  :arn,
  :kms_key_arn,
  :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)


448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 448

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

#statusTypes::WorkspaceStatus

The current status of the new workspace. Immediately after you create the workspace, the status is usually CREATING.



448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 448

class CreateWorkspaceResponse < Struct.new(
  :arn,
  :kms_key_arn,
  :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>)


448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 448

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

#workspace_idString

The unique ID for the new workspace.

Returns:

  • (String)


448
449
450
451
452
453
454
455
456
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 448

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