Class: Aws::IoTManagedIntegrations::Types::MatterCapabilityReportCluster

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attributesArray<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

#commandsArray<String>

The commands used with the Amazon Web Services Matter capability report.

Returns:

  • (Array<String>)


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

#eventsArray<String>

The events used with the Amazon Web Services Matter capability report.

Returns:

  • (Array<String>)


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_indexInteger

The fabric index for the Amazon Web Services Matter capability report.

Returns:

  • (Integer)


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_mapInteger

32 bit-map used to indicate which features a cluster supports.

Returns:

  • (Integer)


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_commandsArray<String>

Matter clusters used in capability report.

Returns:

  • (Array<String>)


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

#idString

The id of the Amazon Web Services Matter capability report cluster.

Returns:

  • (String)


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

#nameString

The capability name used in the Amazon Web Services Matter capability report.

Returns:

  • (String)


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_idString

The id of the schema version.

Returns:

  • (String)


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

#revisionInteger

The id of the revision for the Amazon Web Services Matter capability report.

Returns:

  • (Integer)


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_versionString

The spec version used in the Amazon Web Services Matter capability report.

Returns:

  • (String)


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