Class: Aws::GreengrassV2::Types::GetConnectivityInfoResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectivity_infoArray<Types::ConnectivityInfo>

The connectivity information for the core device.

Returns:



1572
1573
1574
1575
1576
1577
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1572

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

#messageString

A message about the connectivity information request.

Returns:

  • (String)


1572
1573
1574
1575
1576
1577
# File 'lib/aws-sdk-greengrassv2/types.rb', line 1572

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