Class: Aws::PrivateNetworks::Types::DeactivateDeviceIdentifierResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::DeactivateDeviceIdentifierResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_identifier ⇒ Types::DeviceIdentifier
Information about the device identifier.
Instance Attribute Details
#device_identifier ⇒ Types::DeviceIdentifier
Information about the device identifier.
502 503 504 505 506 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 502 class DeactivateDeviceIdentifierResponse < Struct.new( :device_identifier) SENSITIVE = [] include Aws::Structure end |