Class: Aws::AlexaForBusiness::Types::DeleteDeviceUsageDataRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_arnString

The ARN of the device.

Returns:

  • (String)


1424
1425
1426
1427
1428
1429
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1424

class DeleteDeviceUsageDataRequest < Struct.new(
  :device_arn,
  :device_usage_type)
  SENSITIVE = []
  include Aws::Structure
end

#device_usage_typeString

The type of usage data to delete.

Returns:

  • (String)


1424
1425
1426
1427
1428
1429
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1424

class DeleteDeviceUsageDataRequest < Struct.new(
  :device_arn,
  :device_usage_type)
  SENSITIVE = []
  include Aws::Structure
end