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.
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 234 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.
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 234 class CapabilityReportCapability < Struct.new( :id, :name, :version, :properties, :actions, :events) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The id of the schema version.
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 234 class CapabilityReportCapability < Struct.new( :id, :name, :version, :properties, :actions, :events) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the capability.
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 234 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.
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 234 class CapabilityReportCapability < Struct.new( :id, :name, :version, :properties, :actions, :events) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the capability.
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 234 class CapabilityReportCapability < Struct.new( :id, :name, :version, :properties, :actions, :events) SENSITIVE = [] include Aws::Structure end |