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.
1591 1592 1593 1594 1595 1596 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1591 class GetConnectivityInfoResponse < Struct.new( :connectivity_info, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message about the connectivity information request.
1591 1592 1593 1594 1595 1596 |
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1591 class GetConnectivityInfoResponse < Struct.new( :connectivity_info, :message) SENSITIVE = [] include Aws::Structure end |