Class: Aws::SSMIncidents::Types::GetReplicationSetInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SSMIncidents::Types::GetReplicationSetInput
 
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the replication set you want to retrieve. 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the replication set you want to retrieve.
| 874 875 876 877 878 | # File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 874 class GetReplicationSetInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |