Class: Aws::PrometheusService::Types::RuleGroupsNamespaceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::RuleGroupsNamespaceSummary
- Defined in:
- gems/aws-sdk-prometheusservice/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.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2422 class RuleGroupsNamespaceSummary < Struct.new( :arn, :name, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the rule groups namespace was created.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2422 class RuleGroupsNamespaceSummary < Struct.new( :arn, :name, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#modified_at ⇒ Time
The date and time that the rule groups namespace was most recently changed.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2422 class RuleGroupsNamespaceSummary < Struct.new( :arn, :name, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the rule groups namespace.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2422 class RuleGroupsNamespaceSummary < Struct.new( :arn, :name, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::RuleGroupsNamespaceStatus
A structure that displays the current status of the rule groups namespace.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2422 class RuleGroupsNamespaceSummary < Struct.new( :arn, :name, :status, :created_at, :modified_at, :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.
2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2422 class RuleGroupsNamespaceSummary < Struct.new( :arn, :name, :status, :created_at, :modified_at, :tags) SENSITIVE = [] include Aws::Structure end |