Class: Aws::PrometheusService::Types::DescribeRuleGroupsNamespaceResponse

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

Overview

Represents the output of a DescribeRuleGroupsNamespace operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_groups_namespaceTypes::RuleGroupsNamespaceDescription

The information about the rule groups namespace.



684
685
686
687
688
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 684

class DescribeRuleGroupsNamespaceResponse < Struct.new(
  :rule_groups_namespace)
  SENSITIVE = []
  include Aws::Structure
end