Class: Aws::Greengrass::Types::UpdateConnectivityInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::UpdateConnectivityInfoResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message about the connectivity info update request.
-
#version ⇒ String
The new version of the connectivity info.
Instance Attribute Details
#message ⇒ String
A message about the connectivity info update request.
4487 4488 4489 4490 4491 4492 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4487 class UpdateConnectivityInfoResponse < Struct.new( :message, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The new version of the connectivity info.
4487 4488 4489 4490 4491 4492 |
# File 'lib/aws-sdk-greengrass/types.rb', line 4487 class UpdateConnectivityInfoResponse < Struct.new( :message, :version) SENSITIVE = [] include Aws::Structure end |