Class: Aws::AlexaForBusiness::Types::UpdateDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::UpdateDeviceRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass UpdateDeviceRequest data as a hash:
{
device_arn: "Arn",
device_name: "DeviceName",
}
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.
6072 6073 6074 6075 6076 6077 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6072 class UpdateDeviceRequest < Struct.new( :device_arn, :device_name) SENSITIVE = [] include Aws::Structure end |
#device_name ⇒ String
The updated device name. Required.
6072 6073 6074 6075 6076 6077 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 6072 class UpdateDeviceRequest < Struct.new( :device_arn, :device_name) SENSITIVE = [] include Aws::Structure end |