Class: Aws::DevOpsGuru::Types::ListMonitoredResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::ListMonitoredResourcesResponse
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitored_resource_identifiers ⇒ Array<Types::MonitoredResourceIdentifier>
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.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#monitored_resource_identifiers ⇒ Array<Types::MonitoredResourceIdentifier>
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.
1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1977 class ListMonitoredResourcesResponse < Struct.new( :monitored_resource_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 1977 class ListMonitoredResourcesResponse < Struct.new( :monitored_resource_identifiers, :next_token) SENSITIVE = [] include Aws::Structure end |