Class: Aws::PrivateNetworks::Types::DeactivateDeviceIdentifierRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see [How to ensure idempotency].

[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html

Returns:

  • (String)


489
490
491
492
493
494
# File 'lib/aws-sdk-privatenetworks/types.rb', line 489

class DeactivateDeviceIdentifierRequest < Struct.new(
  :client_token,
  :device_identifier_arn)
  SENSITIVE = []
  include Aws::Structure
end

#device_identifier_arnString

The Amazon Resource Name (ARN) of the device identifier.

Returns:

  • (String)


489
490
491
492
493
494
# File 'lib/aws-sdk-privatenetworks/types.rb', line 489

class DeactivateDeviceIdentifierRequest < Struct.new(
  :client_token,
  :device_identifier_arn)
  SENSITIVE = []
  include Aws::Structure
end