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

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

Instance Attribute Details

#nameString

The name of the resource.

Returns:

  • (String)


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

#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.

Returns:

  • (String)


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