Class: Aws::Types::ListResourceScanRelatedResourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceScanRelatedResourcesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_scan_id ⇒ ::String
Returns the value of attribute resource_scan_id.
-
#resources ⇒ ::Array[Types::ScannedResourceIdentifier]
Returns the value of attribute resources.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
998 999 1000 |
# File 'sig/types.rbs', line 998 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
997 998 999 |
# File 'sig/types.rbs', line 997 def next_token @next_token end |
#resource_scan_id ⇒ ::String
Returns the value of attribute resource_scan_id.
995 996 997 |
# File 'sig/types.rbs', line 995 def resource_scan_id @resource_scan_id end |
#resources ⇒ ::Array[Types::ScannedResourceIdentifier]
Returns the value of attribute resources.
996 997 998 |
# File 'sig/types.rbs', line 996 def resources @resources end |