Class: Aws::PrivateNetworks::Types::GetDeviceIdentifierResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#device_identifierTypes::DeviceIdentifier

Information about the device identifier.



658
659
660
661
662
663
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 658

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

#tagsHash<String,String>

The device identifier tags.

Returns:

  • (Hash<String,String>)


658
659
660
661
662
663
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 658

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