Class: Aws::Greengrass::Types::GetConnectivityInfoResponse

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

Overview

Information about a Greengrass core’s connectivity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectivity_infoArray<Types::ConnectivityInfo>

Connectivity info list.

Returns:



1987
1988
1989
1990
1991
1992
# File 'lib/aws-sdk-greengrass/types.rb', line 1987

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

#messageString

A message about the connectivity info request.

Returns:

  • (String)


1987
1988
1989
1990
1991
1992
# File 'lib/aws-sdk-greengrass/types.rb', line 1987

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