AttachedManagedPolicy class

A structure that stores the details of the IAM managed policy.

Constructors

AttachedManagedPolicy({String? arn, String? name})
AttachedManagedPolicy.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the IAM managed policy. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the IAM managed policy.
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