Class: Aws::DevOpsGuru::Types::RecommendationRelatedAnomalyResource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the resource.

Returns:

  • (String)


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

#typeString

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

Returns:

  • (String)


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