Class: Aws::DevOpsGuru::Types::MonitoredResourceIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::MonitoredResourceIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsguru/types.rb
Overview
Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_updated ⇒ Time
The time at which DevOps Guru last updated this resource.
-
#monitored_resource_name ⇒ String
The name of the resource being monitored.
-
#resource_collection ⇒ Types::ResourceCollection
A collection of Amazon Web Services resources supported by DevOps Guru.
-
#resource_permission ⇒ String
The permission status of a resource.
-
#type ⇒ String
The type of resource being monitored.
Instance Attribute Details
#last_updated ⇒ Time
The time at which DevOps Guru last updated this resource.
2249 2250 2251 2252 2253 2254 2255 2256 2257 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2249 class MonitoredResourceIdentifier < Struct.new( :monitored_resource_name, :type, :resource_permission, :last_updated, :resource_collection) SENSITIVE = [] include Aws::Structure end |
#monitored_resource_name ⇒ String
The name of the resource being monitored.
2249 2250 2251 2252 2253 2254 2255 2256 2257 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2249 class MonitoredResourceIdentifier < Struct.new( :monitored_resource_name, :type, :resource_permission, :last_updated, :resource_collection) SENSITIVE = [] include Aws::Structure end |
#resource_collection ⇒ Types::ResourceCollection
A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 500 Amazon Web Services CloudFormation stacks.
2249 2250 2251 2252 2253 2254 2255 2256 2257 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2249 class MonitoredResourceIdentifier < Struct.new( :monitored_resource_name, :type, :resource_permission, :last_updated, :resource_collection) SENSITIVE = [] include Aws::Structure end |
#resource_permission ⇒ String
The permission status of a resource.
2249 2250 2251 2252 2253 2254 2255 2256 2257 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2249 class MonitoredResourceIdentifier < Struct.new( :monitored_resource_name, :type, :resource_permission, :last_updated, :resource_collection) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of resource being monitored.
2249 2250 2251 2252 2253 2254 2255 2256 2257 |
# File 'lib/aws-sdk-devopsguru/types.rb', line 2249 class MonitoredResourceIdentifier < Struct.new( :monitored_resource_name, :type, :resource_permission, :last_updated, :resource_collection) SENSITIVE = [] include Aws::Structure end |