public class Role extends Object
| Constructor and Description |
|---|
Role() |
Role(String arn,
String externalId,
Integer duration,
TimeUnit durationTimeUnit,
List<String> referredPolicyArns,
Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArn() |
int |
getDuration() |
TimeUnit |
getDurationTimeUnit() |
String |
getExternalId() |
List<String> |
getReferredPolicyArns() |
Map<String,String> |
getTags() |
int |
hashCode() |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.