Struct fastly_api::apis::iam_roles_api::GetARoleParams
source · pub struct GetARoleParams {
pub role_id: String,
}Expand description
struct for passing parameters to the method get_a_role
Fields§
§role_id: StringAlphanumeric string identifying the role.
Trait Implementations§
source§impl Clone for GetARoleParams
impl Clone for GetARoleParams
source§fn clone(&self) -> GetARoleParams
fn clone(&self) -> GetARoleParams
Returns a copy 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 GetARoleParams
impl Debug for GetARoleParams
source§impl Default for GetARoleParams
impl Default for GetARoleParams
source§fn default() -> GetARoleParams
fn default() -> GetARoleParams
Returns the “default value” for a type. Read more