Class: Aws::PrometheusService::Types::RuleGroupsNamespaceDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::RuleGroupsNamespaceDescription
- 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
-
#arn ⇒ String
The ARN of the rule groups namespace.
-
#created_at ⇒ Time
The date and time that the rule groups namespace was created.
-
#data ⇒ String
The rule groups file used in the namespace.
-
#modified_at ⇒ Time
The date and time that the rule groups namespace was most recently changed.
-
#name ⇒ String
The name of the rule groups namespace.
-
#status ⇒ Types::RuleGroupsNamespaceStatus
The current status of the rule groups namespace.
-
#tags ⇒ Hash<String,String>
The list of tag keys and values that are associated with the rule groups namespace.
Instance Attribute Details
#arn ⇒ String
The ARN of the rule groups namespace.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1297 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the rule groups namespace was created.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1297 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#data ⇒ String
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
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1297 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The date and time that the rule groups namespace was most recently changed.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1297 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rule groups namespace.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1297 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::RuleGroupsNamespaceStatus
The current status of the rule groups namespace.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1297 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The list of tag keys and values that are associated with the rule groups namespace.
1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1297 class RuleGroupsNamespaceDescription < Struct.new( :arn, :created_at, :data, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |