Class: Aws::AlexaForBusiness::Types::CreateNetworkProfileResponse

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)


1051
1052
1053
1054
1055
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1051

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