Class: Aws::PrivateNetworks::Types::GetDeviceIdentifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::GetDeviceIdentifierRequest
- Defined in:
- gems/aws-sdk-privatenetworks/lib/aws-sdk-privatenetworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_identifier_arn ⇒ String
The Amazon Resource Name (ARN) of the device identifier.
Instance Attribute Details
#device_identifier_arn ⇒ String
The Amazon Resource Name (ARN) of the device identifier.
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 |