Class: Aws::IoTManagedIntegrations::Types::MatterCapabilityReportAttribute

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

Overview

Matter attribute used in capability report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The id of the Matter attribute.

Returns:

  • (String)


3531
3532
3533
3534
3535
3536
3537
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3531

class MatterCapabilityReportAttribute < Struct.new(
  :id,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name for the Amazon Web Services Matter capability report attribute.

Returns:

  • (String)


3531
3532
3533
3534
3535
3536
3537
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3531

class MatterCapabilityReportAttribute < Struct.new(
  :id,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueHash, ...

Value for the Amazon Web Services Matter capability report attribute.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


3531
3532
3533
3534
3535
3536
3537
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3531

class MatterCapabilityReportAttribute < Struct.new(
  :id,
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end