Class: Aws::AlexaForBusiness::Types::DeleteDeviceUsageDataRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::DeleteDeviceUsageDataRequest
- 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.
-
#device_usage_type ⇒ String
The type of usage data to delete.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device.
1424 1425 1426 1427 1428 1429 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1424 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.
1424 1425 1426 1427 1428 1429 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1424 class DeleteDeviceUsageDataRequest < Struct.new( :device_arn, :device_usage_type) SENSITIVE = [] include Aws::Structure end |