Class: Aws::PrometheusService::Types::RuleGroupsNamespaceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::RuleGroupsNamespaceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
The high-level information about a rule groups namespace. To retrieve more information, use ‘DescribeRuleGroupsNamespace`.
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.
-
#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
A structure that displays 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.
1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1360 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the rule groups namespace was created.
1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1360 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :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.
1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1360 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rule groups namespace.
1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1360 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::RuleGroupsNamespaceStatus
A structure that displays the current status of the rule groups namespace.
1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1360 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :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.
1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1360 class RuleGroupsNamespaceSummary < Struct.new( :arn, :created_at, :modified_at, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end |