Class: Aws::IoTManagedIntegrations::Types::MatterCapabilityReportAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::MatterCapabilityReportAttribute
- 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
-
#id ⇒ String
The id of the Matter attribute.
-
#name ⇒ String
Name for the Amazon Web Services Matter capability report attribute.
-
#value ⇒ Hash, ...
Value for the Amazon Web Services Matter capability report attribute.
Instance Attribute Details
#id ⇒ String
The id of the Matter attribute.
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 |
#name ⇒ String
Name for the Amazon Web Services Matter capability report attribute.
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 |
#value ⇒ Hash, ...
Value for the Amazon Web Services Matter capability report attribute.
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 |