Class: Aws::AlexaForBusiness::Types::GetNetworkProfileResponse

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_profileTypes::NetworkProfile

The network profile associated with a device.



2344
2345
2346
2347
2348
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2344

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