Class: Aws::GreengrassV2::Types::UpdateConnectivityInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::UpdateConnectivityInfoResponse
- Defined in:
- gems/aws-sdk-greengrassv2/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.
3112 3113 3114 3115 3116 3117 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3112 class UpdateConnectivityInfoResponse < Struct.new( :version, :message) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The new version of the connectivity information for the core device.
3112 3113 3114 3115 3116 3117 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3112 class UpdateConnectivityInfoResponse < Struct.new( :version, :message) SENSITIVE = [] include Aws::Structure end |