StudioSummary class
Details for an Amazon EMR Studio, including ID, Name, VPC, and Description. The details do not include subnets, IAM roles, security groups, or tags associated with the Studio.
Constructors
- StudioSummary({DateTime? creationTime, String? description, String? name, String? studioId, String? url, String? vpcId})
-
StudioSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTime → DateTime?
-
The time when the Amazon EMR Studio was created.
final
- description → String?
-
The detailed description of the EMR Studio.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the Amazon EMR Studio.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- studioId → String?
-
The ID of the Amazon EMR Studio.
final
- url → String?
-
The unique access URL of the Amazon EMR Studio.
final
- vpcId → String?
-
The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon
EMR Studio.
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