Class: Aws::PrivateNetworks::Types::DeactivateDeviceIdentifierResponse

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

#device_identifierTypes::DeviceIdentifier

Information about the device identifier.



502
503
504
505
506
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 502

class DeactivateDeviceIdentifierResponse < Struct.new(
  :device_identifier)
  SENSITIVE = []
  include Aws::Structure
end