Class: Aws::PrometheusService::Types::PutRuleGroupsNamespaceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::PutRuleGroupsNamespaceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
Represents the output of a ‘PutRuleGroupsNamespace` operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the rule groups namespace.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the rule groups namespace that was updated.
 - 
  
    
      #status  ⇒ Types::RuleGroupsNamespaceStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A structure that includes the current status of the rule groups namespace.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of tag keys and values that are associated with the namespace.
 
Instance Attribute Details
#arn ⇒ String
The ARN of the rule groups namespace.
      1223 1224 1225 1226 1227 1228 1229 1230  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1223 class PutRuleGroupsNamespaceResponse < Struct.new( :arn, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the rule groups namespace that was updated.
      1223 1224 1225 1226 1227 1228 1229 1230  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1223 class PutRuleGroupsNamespaceResponse < Struct.new( :arn, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::RuleGroupsNamespaceStatus
A structure that includes the current status of the rule groups namespace.
      1223 1224 1225 1226 1227 1228 1229 1230  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1223 class PutRuleGroupsNamespaceResponse < Struct.new( :arn, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The list of tag keys and values that are associated with the namespace.
      1223 1224 1225 1226 1227 1228 1229 1230  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1223 class PutRuleGroupsNamespaceResponse < Struct.new( :arn, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  |