Class: Aws::MediaLive::Types::ClaimDeviceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Request to claim an AWS Elemental device that you have purchased from a third-party vendor.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The id of the device you want to claim.

Returns:

  • (String)


2003
2004
2005
2006
2007
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2003

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