Class: Aws::CloudFormation::Types::ListResourceScanRelatedResourcesInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

If the number of available results exceeds this maximum, the response includes a ‘NextToken` value that you can use for the `NextToken` parameter to get the next set of results. By default the `ListResourceScanRelatedResources` API action will return up to 100 results in each response. The maximum value is 100.

Returns:

  • (Integer)


4800
4801
4802
4803
4804
4805
4806
4807
# File 'lib/aws-sdk-cloudformation/types.rb', line 4800

class ListResourceScanRelatedResourcesInput < Struct.new(
  :resource_scan_id,
  :resources,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A string that identifies the next page of resource scan results.

Returns:

  • (String)


4800
4801
4802
4803
4804
4805
4806
4807
# File 'lib/aws-sdk-cloudformation/types.rb', line 4800

class ListResourceScanRelatedResourcesInput < Struct.new(
  :resource_scan_id,
  :resources,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#resource_scan_idString

The Amazon Resource Name (ARN) of the resource scan.

Returns:

  • (String)


4800
4801
4802
4803
4804
4805
4806
4807
# File 'lib/aws-sdk-cloudformation/types.rb', line 4800

class ListResourceScanRelatedResourcesInput < Struct.new(
  :resource_scan_id,
  :resources,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#resourcesArray<Types::ScannedResourceIdentifier>

The list of resources for which you want to get the related resources. Up to 100 resources can be provided.



4800
4801
4802
4803
4804
4805
4806
4807
# File 'lib/aws-sdk-cloudformation/types.rb', line 4800

class ListResourceScanRelatedResourcesInput < Struct.new(
  :resource_scan_id,
  :resources,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end