ServiceNameAndResourceType class
Information about the shareable resource types and the AWS services to which they belong.
Constructors
- ServiceNameAndResourceType({String? resourceType, String? serviceName})
-
ServiceNameAndResourceType.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceType → String?
-
The shareable resource types.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceName → String?
-
The name of the AWS services to which the resources belong.
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