Class: Aws::GreengrassV2::Types::UpdateConnectivityInfoResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message about the connectivity information update request.

Returns:

  • (String)


3054
3055
3056
3057
3058
3059
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3054

class UpdateConnectivityInfoResponse < Struct.new(
  :version,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The new version of the connectivity information for the core device.

Returns:

  • (String)


3054
3055
3056
3057
3058
3059
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 3054

class UpdateConnectivityInfoResponse < Struct.new(
  :version,
  :message)
  SENSITIVE = []
  include Aws::Structure
end