Class: Aws::IoTManagedIntegrations::Types::CapabilityReportCapability
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::CapabilityReportCapability
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The capability used in capability report.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<String>
The capability actions used in the capability report.
-
#events ⇒ Array<String>
The capability events used in the capability report.
-
#id ⇒ String
The id of the schema version.
-
#name ⇒ String
The name of the capability.
-
#properties ⇒ Array<String>
The capability properties used in the capability report.
-
#version ⇒ String
The version of the capability.
Instance Attribute Details
#actions ⇒ Array<String>
The capability actions used in the capability report.
204 205 206 207 208 209 210 211 212 213 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 204 class CapabilityReportCapability < Struct.new( :id, :name, :version, :properties, :actions, :events) SENSITIVE = [] include Aws::Structure end |
#events ⇒ Array<String>
The capability events used in the capability report.
204 205 206 207 208 209 210 211 212 213 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 204 class CapabilityReportCapability < Struct.new( :id, :name, :version, :properties, :actions, :events) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The id of the schema version.
204 205 206 207 208 209 210 211 212 213 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 204 class CapabilityReportCapability < Struct.new( :id, :name, :version, :properties, :actions, :events) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the capability.
204 205 206 207 208 209 210 211 212 213 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 204 class CapabilityReportCapability < Struct.new( :id, :name, :version, :properties, :actions, :events) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Array<String>
The capability properties used in the capability report.
204 205 206 207 208 209 210 211 212 213 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 204 class CapabilityReportCapability < Struct.new( :id, :name, :version, :properties, :actions, :events) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the capability.
204 205 206 207 208 209 210 211 212 213 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 204 class CapabilityReportCapability < Struct.new( :id, :name, :version, :properties, :actions, :events) SENSITIVE = [] include Aws::Structure end |