Class: Aws::IoTManagedIntegrations::Types::MatterCapabilityReportCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::MatterCapabilityReportCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
Capability used in Matter capability report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::MatterCapabilityReportAttribute>
The attributes of the Amazon Web Services Matter capability report.
-
#commands ⇒ Array<String>
The commands used with the Amazon Web Services Matter capability report.
-
#events ⇒ Array<String>
The events used with the Amazon Web Services Matter capability report.
-
#fabric_index ⇒ Integer
The fabric index for the Amazon Web Services Matter capability report.
-
#feature_map ⇒ Integer
32 bit-map used to indicate which features a cluster supports.
-
#generated_commands ⇒ Array<String>
Matter clusters used in capability report.
-
#id ⇒ String
The id of the Amazon Web Services Matter capability report cluster.
-
#name ⇒ String
The capability name used in the Amazon Web Services Matter capability report.
-
#public_id ⇒ String
The id of the schema version.
-
#revision ⇒ Integer
The id of the revision for the Amazon Web Services Matter capability report.
-
#spec_version ⇒ String
The spec version used in the Amazon Web Services Matter capability report.
Instance Attribute Details
#attributes ⇒ Array<Types::MatterCapabilityReportAttribute>
The attributes of the Amazon Web Services Matter capability report.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3591 class MatterCapabilityReportCluster < Struct.new( :id, :revision, :public_id, :name, :spec_version, :attributes, :commands, :events, :feature_map, :generated_commands, :fabric_index) SENSITIVE = [] include Aws::Structure end |
#commands ⇒ Array<String>
The commands used with the Amazon Web Services Matter capability report.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3591 class MatterCapabilityReportCluster < Struct.new( :id, :revision, :public_id, :name, :spec_version, :attributes, :commands, :events, :feature_map, :generated_commands, :fabric_index) SENSITIVE = [] include Aws::Structure end |
#events ⇒ Array<String>
The events used with the Amazon Web Services Matter capability report.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3591 class MatterCapabilityReportCluster < Struct.new( :id, :revision, :public_id, :name, :spec_version, :attributes, :commands, :events, :feature_map, :generated_commands, :fabric_index) SENSITIVE = [] include Aws::Structure end |
#fabric_index ⇒ Integer
The fabric index for the Amazon Web Services Matter capability report.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3591 class MatterCapabilityReportCluster < Struct.new( :id, :revision, :public_id, :name, :spec_version, :attributes, :commands, :events, :feature_map, :generated_commands, :fabric_index) SENSITIVE = [] include Aws::Structure end |
#feature_map ⇒ Integer
32 bit-map used to indicate which features a cluster supports.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3591 class MatterCapabilityReportCluster < Struct.new( :id, :revision, :public_id, :name, :spec_version, :attributes, :commands, :events, :feature_map, :generated_commands, :fabric_index) SENSITIVE = [] include Aws::Structure end |
#generated_commands ⇒ Array<String>
Matter clusters used in capability report.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3591 class MatterCapabilityReportCluster < Struct.new( :id, :revision, :public_id, :name, :spec_version, :attributes, :commands, :events, :feature_map, :generated_commands, :fabric_index) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The id of the Amazon Web Services Matter capability report cluster.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3591 class MatterCapabilityReportCluster < Struct.new( :id, :revision, :public_id, :name, :spec_version, :attributes, :commands, :events, :feature_map, :generated_commands, :fabric_index) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The capability name used in the Amazon Web Services Matter capability report.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3591 class MatterCapabilityReportCluster < Struct.new( :id, :revision, :public_id, :name, :spec_version, :attributes, :commands, :events, :feature_map, :generated_commands, :fabric_index) SENSITIVE = [] include Aws::Structure end |
#public_id ⇒ String
The id of the schema version.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3591 class MatterCapabilityReportCluster < Struct.new( :id, :revision, :public_id, :name, :spec_version, :attributes, :commands, :events, :feature_map, :generated_commands, :fabric_index) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The id of the revision for the Amazon Web Services Matter capability report.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3591 class MatterCapabilityReportCluster < Struct.new( :id, :revision, :public_id, :name, :spec_version, :attributes, :commands, :events, :feature_map, :generated_commands, :fabric_index) SENSITIVE = [] include Aws::Structure end |
#spec_version ⇒ String
The spec version used in the Amazon Web Services Matter capability report.
3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3591 class MatterCapabilityReportCluster < Struct.new( :id, :revision, :public_id, :name, :spec_version, :attributes, :commands, :events, :feature_map, :generated_commands, :fabric_index) SENSITIVE = [] include Aws::Structure end |