Class: Aws::PrivateNetworks::Types::ActivateDeviceIdentifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ActivateDeviceIdentifierRequest
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#device_identifier_arn ⇒ String
The Amazon Resource Name (ARN) of the device identifier.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the device identifier.
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 |