Class: Aws::CloudWatchOmni::Types::NodeSemantics
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::NodeSemantics
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Semantic description of the service a context graph node represents.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#framework ⇒ String
The application framework the service is built on.
-
#kind ⇒ String
The kind of workload the service is.
-
#language ⇒ String
The primary programming language the service is written in.
-
#purpose ⇒ String
What the service does.
-
#repository ⇒ String
The source repository the service is built from.
Instance Attribute Details
#framework ⇒ String
The application framework the service is built on.
3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3649 class NodeSemantics < Struct.new( :purpose, :language, :framework, :kind, :repository) SENSITIVE = [] include Aws::Structure end |
#kind ⇒ String
The kind of workload the service is.
3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3649 class NodeSemantics < Struct.new( :purpose, :language, :framework, :kind, :repository) SENSITIVE = [] include Aws::Structure end |
#language ⇒ String
The primary programming language the service is written in.
3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3649 class NodeSemantics < Struct.new( :purpose, :language, :framework, :kind, :repository) SENSITIVE = [] include Aws::Structure end |
#purpose ⇒ String
What the service does.
3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3649 class NodeSemantics < Struct.new( :purpose, :language, :framework, :kind, :repository) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The source repository the service is built from.
3649 3650 3651 3652 3653 3654 3655 3656 3657 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 3649 class NodeSemantics < Struct.new( :purpose, :language, :framework, :kind, :repository) SENSITIVE = [] include Aws::Structure end |