Class: Aws::PrivateNetworks::Types::GetDeviceIdentifierResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::GetDeviceIdentifierResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#device_identifier ⇒ Types::DeviceIdentifier
Information about the device identifier.
-
#tags ⇒ Hash<String,String>
The device identifier tags.
Instance Attribute Details
#device_identifier ⇒ Types::DeviceIdentifier
Information about the device identifier.
658 659 660 661 662 663 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 658 class GetDeviceIdentifierResponse < Struct.new( :device_identifier, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The device identifier tags.
658 659 660 661 662 663 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 658 class GetDeviceIdentifierResponse < Struct.new( :device_identifier, :tags) SENSITIVE = [:tags] include Aws::Structure end |