Class: Aws::Greengrass::Types::GetConnectivityInfoRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetConnectivityInfoRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#thing_name ⇒ String
1969 1970 1971 1972 1973 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1969 class GetConnectivityInfoRequest < Struct.new( :thing_name) SENSITIVE = [] include Aws::Structure end |