Class: Aws::PrometheusService::Types::UpdateLoggingConfigurationRequest

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

Overview

Represents the input of an UpdateLoggingConfiguration operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1706

class UpdateLoggingConfigurationRequest < Struct.new(
  :client_token,
  :log_group_arn,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_arnString

The ARN of the CloudWatch log group to which the vended log data will be published.

Returns:

  • (String)


1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1706

class UpdateLoggingConfigurationRequest < Struct.new(
  :client_token,
  :log_group_arn,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace to update the logging configuration for.

Returns:

  • (String)


1706
1707
1708
1709
1710
1711
1712
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1706

class UpdateLoggingConfigurationRequest < Struct.new(
  :client_token,
  :log_group_arn,
  :workspace_id)
  SENSITIVE = []
  include Aws::Structure
end