Class: Aws::PrometheusService::Types::DescribeRuleGroupsNamespaceRequest

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

Overview

Represents the input of a DescribeRuleGroupsNamespace operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the rule groups namespace that you want information for.

Returns:

  • (String)


669
670
671
672
673
674
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 669

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

#workspace_idString

The ID of the workspace containing the rule groups namespace.

Returns:

  • (String)


669
670
671
672
673
674
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 669

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