Class: Aws::GreengrassV2::Types::GetConnectivityInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::GetConnectivityInfoResponse
- Defined in:
- gems/aws-sdk-greengrassv2/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.
1849 1850 1851 1852 1853 1854 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1849 class GetConnectivityInfoResponse < Struct.new( :connectivity_info, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message about the connectivity information request.
1849 1850 1851 1852 1853 1854 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1849 class GetConnectivityInfoResponse < Struct.new( :connectivity_info, :message) SENSITIVE = [] include Aws::Structure end |