Class: Aws::Greengrass::Types::GetConnectivityInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetConnectivityInfoResponse
- 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
-
#connectivity_info ⇒ Array<Types::ConnectivityInfo>
Connectivity info list.
-
#message ⇒ String
A message about the connectivity info request.
Instance Attribute Details
#connectivity_info ⇒ Array<Types::ConnectivityInfo>
Connectivity info list.
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 |
#message ⇒ String
A message about the connectivity info request.
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 |