PolicyRole class
Contains information about a role that a managed policy is attached to.
This data type is used as a response element in the ListEntitiesForPolicy operation.
For more information about managed policies, refer to Managed Policies and Inline Policies in the IAM User Guide.
Constructors
- PolicyRole({String? roleId, String? roleName})
- PolicyRole.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- roleId → String?
-
The stable and unique string identifying the role. For more information
about IDs, see IAM
Identifiers in the IAM User Guide.
final
- roleName → String?
-
The name (friendly name, not ARN) identifying the role.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited