Class: Aws::Greengrass::Types::GetDeviceDefinitionRequest

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

#device_definition_idString

Returns:

  • (String)


2266
2267
2268
2269
2270
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 2266

class GetDeviceDefinitionRequest < Struct.new(
  :device_definition_id)
  SENSITIVE = []
  include Aws::Structure
end