Class: Aws::PrivateNetworks::Types::ActivateDeviceIdentifierResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ActivateDeviceIdentifierResponse
- 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 tags on the device identifier.
Instance Attribute Details
#device_identifier ⇒ Types::DeviceIdentifier
Information about the device identifier.
83 84 85 86 87 88 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 83 class ActivateDeviceIdentifierResponse < Struct.new( :device_identifier, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags on the device identifier.
83 84 85 86 87 88 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 83 class ActivateDeviceIdentifierResponse < Struct.new( :device_identifier, :tags) SENSITIVE = [:tags] include Aws::Structure end |