Class: Aws::IoTSiteWise::Types::DescribeLoggingOptionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_nameString

The name of the workspace.

Returns:

  • (String)


7506
7507
7508
7509
7510
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7506

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