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.



395
396
397
398
399
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 395

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