Class: Aws::GreengrassV2::Types::UpdateConnectivityInfoResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GreengrassV2::Types::UpdateConnectivityInfoResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-greengrassv2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message about the connectivity information update request.
 - 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The new version of the connectivity information for the core device.
 
Instance Attribute Details
#message ⇒ String
A message about the connectivity information update request.
      3075 3076 3077 3078 3079 3080  | 
    
      # File 'lib/aws-sdk-greengrassv2/types.rb', line 3075 class UpdateConnectivityInfoResponse < Struct.new( :version, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ String
The new version of the connectivity information for the core device.
      3075 3076 3077 3078 3079 3080  | 
    
      # File 'lib/aws-sdk-greengrassv2/types.rb', line 3075 class UpdateConnectivityInfoResponse < Struct.new( :version, :message) SENSITIVE = [] include Aws::Structure end  |