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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-privatenetworks/types.rb', line 642

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