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

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

#connectivity_infoArray<Types::ConnectivityInfo>

The connectivity information for the core device.

Returns:



1553
1554
1555
1556
1557
1558
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1553

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

#messageString

A message about the connectivity information request.

Returns:

  • (String)


1553
1554
1555
1556
1557
1558
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1553

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