Class: Aws::Types::ScannedResource

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_detailsTypes::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.

Returns:

  • ("ACCESS_DENIED", "RESOURCE_NOT_FOUND", "SNAPSHOT_SIZE_LIMIT_EXCEEDED", "RESOURCE_UNAVAILABLE", "INCONSISTENT_SOURCE", "INCREMENTAL_NO_DIFFERENCE", "NO_EBS_VOLUMES_FOUND", "UNSUPPORTED_PRODUCT_CODE_TYPE", "AMI_SNAPSHOT_LIMIT_EXCEEDED", "UNRELATED_RESOURCES", "BASE_RESOURCE_NOT_SCANNED", "BASE_CREATED_AFTER_TARGET", "UNSUPPORTED_FOR_INCREMENTAL", "UNSUPPORTED_AMI", "UNSUPPORTED_SNAPSHOT", "UNSUPPORTED_COMPOSITE_RECOVERY_POINT", "ALL_FILES_SKIPPED_OR_FAILED")


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.

Returns:

  • (::String)


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.

Returns:

  • ("RUNNING", "COMPLETED", "COMPLETED_WITH_ISSUES", "FAILED", "SKIPPED")


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.

Returns:

  • ("EBS_RECOVERY_POINT", "EBS_SNAPSHOT", "EBS_VOLUME", "EC2_AMI", "EC2_INSTANCE", "EC2_RECOVERY_POINT", "S3_RECOVERY_POINT", "S3_BUCKET", "S3_POINT_IN_TIME_RECOVERY")


2887
2888
2889
# File 'sig/types.rbs', line 2887

def scanned_resource_type
  @scanned_resource_type
end