Class: Aws::DevOpsGuru::Types::RecommendationRelatedAnomalyResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::RecommendationRelatedAnomalyResource
- Includes:
- Structure
- Defined in:
- 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 '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*.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html
3753 3754 3755 3756 3757 3758 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 3753 class RecommendationRelatedAnomalyResource < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |