Struct aws_sdk_resourceexplorer2::model::View
source · #[non_exhaustive]pub struct View { /* private fields */ }Expand description
A view is a structure that defines a set of filters that provide a view into the information in the Amazon Web Services Resource Explorer index. The filters specify which information from the index is visible to the users of the view. For example, you can specify filters that include only resources that are tagged with the key "ENV" and the value "DEVELOPMENT" in the results returned by this view. You could also create a second view that includes only resources that are tagged with "ENV" and "PRODUCTION".
Implementations§
source§impl View
impl View
sourcepub fn view_arn(&self) -> Option<&str>
pub fn view_arn(&self) -> Option<&str>
The Amazon resource name (ARN) of the view.
sourcepub fn last_updated_at(&self) -> Option<&DateTime>
pub fn last_updated_at(&self) -> Option<&DateTime>
The date and time when this view was last modified.
sourcepub fn scope(&self) -> Option<&str>
pub fn scope(&self) -> Option<&str>
An Amazon resource name (ARN) of an Amazon Web Services account, an organization, or an organizational unit (OU) that specifies whether this view includes resources from only the specified Amazon Web Services account, all accounts in the specified organization, or all accounts in the specified OU.
If not specified, the value defaults to the Amazon Web Services account used to call this operation.
sourcepub fn included_properties(&self) -> Option<&[IncludedProperty]>
pub fn included_properties(&self) -> Option<&[IncludedProperty]>
A structure that contains additional information about the view.
sourcepub fn filters(&self) -> Option<&SearchFilter>
pub fn filters(&self) -> Option<&SearchFilter>
An array of SearchFilter objects that specify which resources can be included in the results of queries made using this view.