Class: Aws::AlexaForBusiness::Types::UpdateDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_arn ⇒ String
The ARN of the device to update.
-
#device_name ⇒ String
The updated device name.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device to update. Required.
4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4929 class UpdateDeviceRequest < Struct.new( :device_arn, :device_name) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The updated device name. Required.
4929 4930 4931 4932 4933 4934 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4929 class UpdateDeviceRequest < Struct.new( :device_arn, :device_name) SENSITIVE = [] include Aws::Structure end |