Class: Aws::DevOpsGuru::Types::ListMonitoredResourcesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monitored_resource_identifiersArray<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_tokenString

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.

Returns:

  • (String)


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