Class: Aws::AlexaForBusiness::Types::AssociateDeviceWithNetworkProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_arnString

The device ARN.

Returns:

  • (String)


121
122
123
124
125
126
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 121

class AssociateDeviceWithNetworkProfileRequest < Struct.new(
  :device_arn,
  :network_profile_arn)
  SENSITIVE = []
  include Aws::Structure
end

#network_profile_arnString

The ARN of the network profile to associate with a device.

Returns:

  • (String)


121
122
123
124
125
126
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 121

class AssociateDeviceWithNetworkProfileRequest < Struct.new(
  :device_arn,
  :network_profile_arn)
  SENSITIVE = []
  include Aws::Structure
end