Class: Aws::SSM::Types::GetOpsItemRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSM::Types::GetOpsItemRequest
 
 
- Defined in:
 - gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ops_item_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The OpsItem Amazon Resource Name (ARN).
 - 
  
    
      #ops_item_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the OpsItem that you want to get.
 
Instance Attribute Details
#ops_item_arn ⇒ String
The OpsItem Amazon Resource Name (ARN).
      8955 8956 8957 8958 8959 8960  | 
    
      # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8955 class GetOpsItemRequest < Struct.new( :ops_item_id, :ops_item_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#ops_item_id ⇒ String
The ID of the OpsItem that you want to get.
      8955 8956 8957 8958 8959 8960  | 
    
      # File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8955 class GetOpsItemRequest < Struct.new( :ops_item_id, :ops_item_arn) SENSITIVE = [] include Aws::Structure end  |