Class: Aws::AlexaForBusiness::Types::DeleteDeviceUsageDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeleteDeviceUsageDataRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass DeleteDeviceUsageDataRequest data as a hash:
{
device_arn: "Arn", # required
device_usage_type: "VOICE", # required, accepts VOICE
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_arn ⇒ String
The ARN of the device.
-
#device_usage_type ⇒ String
The type of usage data to delete.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device.
1825 1826 1827 1828 1829 1830 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1825 class DeleteDeviceUsageDataRequest < Struct.new( :device_arn, :device_usage_type) SENSITIVE = [] include Aws::Structure end |
#device_usage_type ⇒ String
The type of usage data to delete.
1825 1826 1827 1828 1829 1830 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1825 class DeleteDeviceUsageDataRequest < Struct.new( :device_arn, :device_usage_type) SENSITIVE = [] include Aws::Structure end |