Struct aws_sdk_macie2::model::Range
source · #[non_exhaustive]pub struct Range { /* private fields */ }
Expand description
Specifies the location of an occurrence of sensitive data in a non-binary text file, such as an HTML, TXT, or XML file.
Implementations§
source§impl Range
impl Range
sourcepub fn end(&self) -> i64
pub fn end(&self) -> i64
The number of lines from the beginning of the file to the end of the sensitive data.
sourcepub fn start(&self) -> i64
pub fn start(&self) -> i64
The number of lines from the beginning of the file to the beginning of the sensitive data.
sourcepub fn start_column(&self) -> i64
pub fn start_column(&self) -> i64
The number of characters, with spaces and starting from 1, from the beginning of the first line that contains the sensitive data (start) to the beginning of the sensitive data.