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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-greengrass/types.rb', line 2266

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