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

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

Overview

Note:

When making an API call, you may pass ClaimDeviceRequest data as a hash:

{
  id: "__string",
}

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)


3119
3120
3121
3122
3123
# File 'lib/aws-sdk-medialive/types.rb', line 3119

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