Class: Aws::PrometheusService::Types::CreateRuleGroupsNamespaceResponse

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

Overview

Represents the output of a CreateRuleGroupsNamespace operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the new rule groups namespace.

Returns:

  • (String)


289
290
291
292
293
294
295
296
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 289

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

#nameString

The name of the new rule groups namespace.

Returns:

  • (String)


289
290
291
292
293
294
295
296
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 289

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

#statusTypes::RuleGroupsNamespaceStatus

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



289
290
291
292
293
294
295
296
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 289

class CreateRuleGroupsNamespaceResponse < 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>)


289
290
291
292
293
294
295
296
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 289

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