Class: Aws::PrometheusService::Types::PutRuleGroupsNamespaceRequest

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

Overview

Represents the input of a PutRuleGroupsNamespace 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)


2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2137

class PutRuleGroupsNamespaceRequest < Struct.new(
  :workspace_id,
  :name,
  :data,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#dataString

The new rules file to use in the namespace. A base64-encoded version of the YAML rule groups file.

For details about the rule groups namespace structure, see RuleGroupsNamespaceData.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2137

class PutRuleGroupsNamespaceRequest < Struct.new(
  :workspace_id,
  :name,
  :data,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the rule groups namespace that you are updating.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2137

class PutRuleGroupsNamespaceRequest < Struct.new(
  :workspace_id,
  :name,
  :data,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_idString

The ID of the workspace where you are updating the rule groups namespace.

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2137

class PutRuleGroupsNamespaceRequest < Struct.new(
  :workspace_id,
  :name,
  :data,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end