Class: Aws::GreengrassV2::Types::GetConnectivityInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::GetConnectivityInfoResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connectivity_info ⇒ Array<Types::ConnectivityInfo>
The connectivity information for the core device.
-
#message ⇒ String
A message about the connectivity information request.
Instance Attribute Details
#connectivity_info ⇒ Array<Types::ConnectivityInfo>
The connectivity information for the core device.
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 |
#message ⇒ String
A message about the connectivity information request.
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 |