Class: Aws::PrivateNetworks::Types::ActivateDeviceIdentifierResponse

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.



83
84
85
86
87
88
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 83

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

#tagsHash<String,String>

The tags on the device identifier.

Returns:

  • (Hash<String,String>)


83
84
85
86
87
88
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 83

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