Class: Aws::Greengrass::Types::GetConnectivityInfoRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GetConnectivityInfoRequest
- Defined in:
- gems/aws-sdk-greengrass/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 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1969 class GetConnectivityInfoRequest < Struct.new( :thing_name) SENSITIVE = [] include Aws::Structure end |