Class: Aws::AlexaForBusiness::Types::CreateNetworkProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::CreateNetworkProfileResponse
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_profile_arn ⇒ String
The ARN of the network profile associated with a device.
Instance Attribute Details
#network_profile_arn ⇒ String
The ARN of the network profile associated with a device.
1047 1048 1049 1050 1051 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1047 class CreateNetworkProfileResponse < Struct.new( :network_profile_arn) SENSITIVE = [] include Aws::Structure end |