Struct rusoto_cloudtrail::Resource[][src]

pub struct Resource {
    pub resource_name: Option<String>,
    pub resource_type: Option<String>,
}

Specifies the type and name of a resource referenced by an event.

Fields

The name of the resource referenced by the event returned. These are user-created names whose values will depend on the environment. For example, the resource name might be "auto-scaling-test-group" for an Auto Scaling Group or "i-1234567" for an EC2 Instance.

The type of a resource referenced by the event returned. When the resource type cannot be determined, null is returned. Some examples of resource types are: Instance for EC2, Trail for CloudTrail, DBInstance for RDS, and AccessKey for IAM. For a list of resource types supported for event lookup, see Resource Types Supported for Event Lookup.

Trait Implementations

impl Default for Resource
[src]

Returns the "default value" for a type. Read more

impl Debug for Resource
[src]

Formats the value using the given formatter. Read more

impl Clone for Resource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Resource
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Resource

impl Sync for Resource