Class: Aws::PrometheusService::Types::CreateRuleGroupsNamespaceResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::CreateRuleGroupsNamespaceResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
Represents the output of a ‘CreateRuleGroupsNamespace` operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the new rule groups namespace.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the new rule groups namespace.
 - 
  
    
      #status  ⇒ Types::RuleGroupsNamespaceStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A structure that returns 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 Amazon Resource Name (ARN) of the new rule groups namespace.
      291 292 293 294 295 296 297 298  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 291 class CreateRuleGroupsNamespaceResponse < Struct.new( :arn, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the new rule groups namespace.
      291 292 293 294 295 296 297 298  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 291 class CreateRuleGroupsNamespaceResponse < Struct.new( :arn, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::RuleGroupsNamespaceStatus
A structure that returns the current status of the rule groups namespace.
      291 292 293 294 295 296 297 298  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 291 class CreateRuleGroupsNamespaceResponse < 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.
      291 292 293 294 295 296 297 298  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 291 class CreateRuleGroupsNamespaceResponse < Struct.new( :arn, :name, :status, :tags) SENSITIVE = [] include Aws::Structure end  |