DelegatedService class
Contains information about the AWS service for which the account is a delegated administrator.
Constructors
- DelegatedService({DateTime? delegationEnabledDate, String? servicePrincipal})
-
DelegatedService.fromJson(Map<
String, dynamic> json) -
factory
Properties
- delegationEnabledDate → DateTime?
-
The date that the account became a delegated administrator for this service.
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 a service that can request an operation for the specified
service. 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