Class: Aws::Types::ScannedResource
- Inherits:
-
Object
- Object
- Aws::Types::ScannedResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_details ⇒ Types::ScannedResourceDetails
Returns the value of attribute resource_details.
-
#scan_status_reason ⇒ "ACCESS_DENIED", ...
Returns the value of attribute scan_status_reason.
-
#scanned_resource_arn ⇒ ::String
Returns the value of attribute scanned_resource_arn.
-
#scanned_resource_status ⇒ "RUNNING", ...
Returns the value of attribute scanned_resource_status.
-
#scanned_resource_type ⇒ "EBS_RECOVERY_POINT", ...
Returns the value of attribute scanned_resource_type.
Instance Attribute Details
#resource_details ⇒ Types::ScannedResourceDetails
Returns the value of attribute resource_details.
2890 2891 2892 |
# File 'sig/types.rbs', line 2890 def resource_details @resource_details end |
#scan_status_reason ⇒ "ACCESS_DENIED", ...
Returns the value of attribute scan_status_reason.
2889 2890 2891 |
# File 'sig/types.rbs', line 2889 def scan_status_reason @scan_status_reason end |
#scanned_resource_arn ⇒ ::String
Returns the value of attribute scanned_resource_arn.
2886 2887 2888 |
# File 'sig/types.rbs', line 2886 def scanned_resource_arn @scanned_resource_arn end |
#scanned_resource_status ⇒ "RUNNING", ...
Returns the value of attribute scanned_resource_status.
2888 2889 2890 |
# File 'sig/types.rbs', line 2888 def scanned_resource_status @scanned_resource_status end |
#scanned_resource_type ⇒ "EBS_RECOVERY_POINT", ...
Returns the value of attribute scanned_resource_type.
2887 2888 2889 |
# File 'sig/types.rbs', line 2887 def scanned_resource_type @scanned_resource_type end |