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.
3075 3076 3077 3078 3079 3080 |
# File 'gems/aws-sdk-greengrassv2/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 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3075 class UpdateConnectivityInfoResponse < Struct.new( :version, :message) SENSITIVE = [] include Aws::Structure end |