Class: Aws::PrivateNetworks::Types::DeactivateDeviceIdentifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::DeactivateDeviceIdentifierRequest
- 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
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_arn ⇒ String
The Amazon Resource Name (ARN) of the device identifier.
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 |