[−][src]Struct rusoto_pi::DimensionGroup
A logical grouping of Performance Insights metrics for a related subject area. For example, the db.sql
dimension group consists of the following dimensions: db.sql.id
, db.sql.db_id
, db.sql.statement
, and db.sql.tokenized_id
.
Fields
dimensions: Option<Vec<String>>
A list of specific dimensions from a dimension group. If this parameter is not present, then it signifies that all of the dimensions in the group were requested, or are present in the response.
Valid values for elements in the Dimensions
array are:
-
db.user.id
-
db.user.name
-
db.host.id
-
db.host.name
-
db.sql.id
-
db.sql.dbid
-
db.sql.statement
-
db.sql.tokenizedid
-
db.sqltokenized.id
-
db.sqltokenized.dbid
-
db.sqltokenized.statement
-
db.waitevent.name
-
db.waitevent.type
-
db.waiteventtype.name
group: String
The name of the dimension group. Valid values are:
-
db.user
-
db.host
-
db.sql
-
db.sqltokenized
-
db.waitevent
-
db.waiteventtype
limit: Option<i64>
The maximum number of items to fetch for this dimension group.
Trait Implementations
impl PartialEq<DimensionGroup> for DimensionGroup
[src]
fn eq(&self, other: &DimensionGroup) -> bool
[src]
fn ne(&self, other: &DimensionGroup) -> bool
[src]
impl Default for DimensionGroup
[src]
fn default() -> DimensionGroup
[src]
impl Clone for DimensionGroup
[src]
fn clone(&self) -> DimensionGroup
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for DimensionGroup
[src]
impl Serialize for DimensionGroup
[src]
Auto Trait Implementations
impl Send for DimensionGroup
impl Sync for DimensionGroup
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self