Class: Aws::PrivateNetworks::Types::GetDeviceIdentifierRequest

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_identifier_arnString

The Amazon Resource Name (ARN) of the device identifier.

Returns:

  • (String)


642
643
644
645
646
# File 'gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb', line 642

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