pub struct DescribeTagsInput {
pub resource_id: String,
pub resource_type: String,
}
Fields§
§resource_id: String
The ID of the ML object. For example, exampleModelId
.
resource_type: String
The type of the ML object.
Trait Implementations§
Source§impl Clone for DescribeTagsInput
impl Clone for DescribeTagsInput
Source§fn clone(&self) -> DescribeTagsInput
fn clone(&self) -> DescribeTagsInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DescribeTagsInput
impl Debug for DescribeTagsInput
Source§impl Default for DescribeTagsInput
impl Default for DescribeTagsInput
Source§fn default() -> DescribeTagsInput
fn default() -> DescribeTagsInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeTagsInput
impl PartialEq for DescribeTagsInput
Source§impl Serialize for DescribeTagsInput
impl Serialize for DescribeTagsInput
impl StructuralPartialEq for DescribeTagsInput
Auto Trait Implementations§
impl Freeze for DescribeTagsInput
impl RefUnwindSafe for DescribeTagsInput
impl Send for DescribeTagsInput
impl Sync for DescribeTagsInput
impl Unpin for DescribeTagsInput
impl UnwindSafe for DescribeTagsInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more