Class: Aws::AlexaForBusiness::Types::BusinessReportContentRange

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

Overview

The content range of the report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intervalString

The interval of the content range.

Returns:

  • (String)


295
296
297
298
299
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 295

class BusinessReportContentRange < Struct.new(
  :interval)
  SENSITIVE = []
  include Aws::Structure
end