Class: Aws::DevOpsGuru::Types::RecommendationRelatedAnomalyResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::RecommendationRelatedAnomalyResource
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Information about a resource in which DevOps Guru detected anomalous behavior.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the resource.
-
#type ⇒ String
The type of the resource.
Instance Attribute Details
#name ⇒ String
The name of the resource.
3753 3754 3755 3756 3757 3758 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3753 class RecommendationRelatedAnomalyResource < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the resource. Resource types take the same form that is
used by Amazon Web Services CloudFormation resource type
identifiers, service-provider::service-name::data-type-name
. For
example, AWS::RDS::DBCluster
. For more information, see Amazon
Web Services resource and property types reference in the
Amazon Web Services CloudFormation User Guide.
3753 3754 3755 3756 3757 3758 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 3753 class RecommendationRelatedAnomalyResource < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |