Class: Aws::CloudFormation::Types::ListResourceScanRelatedResourcesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ListResourceScanRelatedResourcesInput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
If the number of available results exceeds this maximum, the response includes a
NextToken
value that you can use for theNextToken
parameter to get the next set of results. -
#next_token ⇒ String
A string that identifies the next page of resource scan results.
-
#resource_scan_id ⇒ String
The Amazon Resource Name (ARN) of the resource scan.
-
#resources ⇒ Array<Types::ScannedResourceIdentifier>
The list of resources for which you want to get the related resources.
Instance Attribute Details
#max_results ⇒ Integer
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.
4872 4873 4874 4875 4876 4877 4878 4879 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4872 class ListResourceScanRelatedResourcesInput < Struct.new( :resource_scan_id, :resources, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A string that identifies the next page of resource scan results.
4872 4873 4874 4875 4876 4877 4878 4879 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4872 class ListResourceScanRelatedResourcesInput < Struct.new( :resource_scan_id, :resources, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#resource_scan_id ⇒ String
The Amazon Resource Name (ARN) of the resource scan.
4872 4873 4874 4875 4876 4877 4878 4879 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4872 class ListResourceScanRelatedResourcesInput < Struct.new( :resource_scan_id, :resources, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#resources ⇒ Array<Types::ScannedResourceIdentifier>
The list of resources for which you want to get the related resources. Up to 100 resources can be provided.
4872 4873 4874 4875 4876 4877 4878 4879 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4872 class ListResourceScanRelatedResourcesInput < Struct.new( :resource_scan_id, :resources, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |