Class: Aws::SMS::Types::ServerGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SMS::Types::ServerGroup
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sms/types.rb
 
Overview
Logical grouping of servers.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of a server group.
 - 
  
    
      #server_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of a server group.
 - 
  
    
      #server_list  ⇒ Array<Types::Server> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The servers that belong to a server group.
 
Instance Attribute Details
#name ⇒ String
The name of a server group.
      1581 1582 1583 1584 1585 1586 1587  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1581 class ServerGroup < Struct.new( :server_group_id, :name, :server_list) SENSITIVE = [] include Aws::Structure end  | 
  
#server_group_id ⇒ String
The ID of a server group.
      1581 1582 1583 1584 1585 1586 1587  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1581 class ServerGroup < Struct.new( :server_group_id, :name, :server_list) SENSITIVE = [] include Aws::Structure end  | 
  
#server_list ⇒ Array<Types::Server>
The servers that belong to a server group.
      1581 1582 1583 1584 1585 1586 1587  | 
    
      # File 'lib/aws-sdk-sms/types.rb', line 1581 class ServerGroup < Struct.new( :server_group_id, :name, :server_list) SENSITIVE = [] include Aws::Structure end  |