Class: Aws::PrometheusService::Types::ListRuleGroupsNamespacesResponse

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

Overview

Represents the output of a ListRuleGroupsNamespaces operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token indicating that there are more results to retrieve. You can use this token as part of your next ListRuleGroupsNamespaces request to retrieve those results.

Returns:

  • (String)


1095
1096
1097
1098
1099
1100
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1095

class ListRuleGroupsNamespacesResponse < Struct.new(
  :next_token,
  :rule_groups_namespaces)
  SENSITIVE = []
  include Aws::Structure
end

#rule_groups_namespacesArray<Types::RuleGroupsNamespaceSummary>

The returned list of rule groups namespaces.



1095
1096
1097
1098
1099
1100
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1095

class ListRuleGroupsNamespacesResponse < Struct.new(
  :next_token,
  :rule_groups_namespaces)
  SENSITIVE = []
  include Aws::Structure
end