Class: Aws::SSMContacts::Types::GetRotationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::GetRotationRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #rotation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the on-call rotation to retrieve information about.
 
Instance Attribute Details
#rotation_id ⇒ String
The Amazon Resource Name (ARN) of the on-call rotation to retrieve information about.
      1069 1070 1071 1072 1073  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1069 class GetRotationRequest < Struct.new( :rotation_id) SENSITIVE = [] include Aws::Structure end  |