Class: Aws::PrivateNetworks::Types::ActivateDeviceIdentifierRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/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.

Returns:

  • (String)


66
67
68
69
70
71
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 66

class ActivateDeviceIdentifierRequest < 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)


66
67
68
69
70
71
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 66

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