Class: Aws::AlexaForBusiness::Types::GetNetworkProfileRequest

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

#network_profile_arnString

The ARN of the network profile associated with a device.

Returns:

  • (String)


2332
2333
2334
2335
2336
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2332

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