DescribeInstanceAccessControlAttributeConfigurationResponse class
Constructors
- DescribeInstanceAccessControlAttributeConfigurationResponse({InstanceAccessControlAttributeConfiguration? instanceAccessControlAttributeConfiguration, InstanceAccessControlAttributeConfigurationStatus? status, String? statusReason})
-
DescribeInstanceAccessControlAttributeConfigurationResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceAccessControlAttributeConfiguration → InstanceAccessControlAttributeConfiguration?
-
Gets the list of AWS SSO identity store attributes added to your ABAC
configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → InstanceAccessControlAttributeConfigurationStatus?
-
The status of the attribute configuration process.
final
- statusReason → String?
-
Provides more details about the current status of the specified attribute.
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