pub async fn read(
client: &impl Client,
name: &str,
) -> Result<ReadPolicyResponse, ClientError>
Expand description
Reads the given policy.
pub async fn read(
client: &impl Client,
name: &str,
) -> Result<ReadPolicyResponse, ClientError>
Reads the given policy.