Class: Aws::PrometheusService::Types::PutRuleGroupsNamespaceResponse

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

Overview

Represents the output of a PutRuleGroupsNamespace operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the rule groups namespace.

Returns:

  • (String)


1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1223

class PutRuleGroupsNamespaceResponse < Struct.new(
  :arn,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the rule groups namespace that was updated.

Returns:

  • (String)


1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1223

class PutRuleGroupsNamespaceResponse < Struct.new(
  :arn,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::RuleGroupsNamespaceStatus

A structure that includes the current status of the rule groups namespace.



1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1223

class PutRuleGroupsNamespaceResponse < Struct.new(
  :arn,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The list of tag keys and values that are associated with the namespace.

Returns:

  • (Hash<String,String>)


1223
1224
1225
1226
1227
1228
1229
1230
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1223

class PutRuleGroupsNamespaceResponse < Struct.new(
  :arn,
  :name,
  :status,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end