Class: Aws::PrivateNetworks::Types::ActivateDeviceIdentifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ActivateDeviceIdentifierRequest
- Includes:
- Structure
- Defined in:
- 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].
[1]: docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html
66 67 68 69 70 71 |
# File '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 'lib/aws-sdk-privatenetworks/types.rb', line 66 class ActivateDeviceIdentifierRequest < Struct.new( :client_token, :device_identifier_arn) SENSITIVE = [] include Aws::Structure end |