Class: Aws::PrometheusService::Types::RuleGroupsNamespaceDescription

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

Overview

The details about one rule groups namespace.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the rule groups namespace. For example, ‘arn:aws:aps:<region>:123456789012:rulegroupsnamespace/ws-example1-1234-abcd-5678-ef90abcd1234/rulesfile1`.

Returns:

  • (String)


1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1304

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

#created_atTime

The date and time that the rule groups namespace was created.

Returns:

  • (Time)


1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1304

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

#dataString

The rule groups file used in the namespace.

For details about the rule groups namespace structure, see [RuleGroupsNamespaceData].

[1]: docs.aws.amazon.com/prometheus/latest/APIReference/yaml-RuleGroupsNamespaceData.html

Returns:

  • (String)


1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1304

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

#modified_atTime

The date and time that the rule groups namespace was most recently changed.

Returns:

  • (Time)


1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1304

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

#nameString

The name of the rule groups namespace.

Returns:

  • (String)


1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1304

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

#statusTypes::RuleGroupsNamespaceStatus

The current status of the rule groups namespace.



1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1304

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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1304

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