EnabledServicePrincipal class
A structure that contains details of a service principal that represents an AWS service that is enabled to integrate with AWS Organizations.
Constructors
- EnabledServicePrincipal({DateTime? dateEnabled, String? servicePrincipal})
-
EnabledServicePrincipal.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dateEnabled → DateTime?
-
The date that the service principal was enabled for integration with AWS
Organizations.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- servicePrincipal → String?
-
The name of the service principal. This is typically in the form of a URL,
such as:
servicename.amazonaws.com
.final
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