Class: Aws::Greengrass::Types::GetConnectivityInfoRequest

Inherits:
Struct
  • Object
show all
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_nameString

Returns:

  • (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