BlockPublicAccessConfigurationMetadata class

Properties that describe the AWS principal that created the BlockPublicAccessConfiguration using the PutBlockPublicAccessConfiguration action as well as the date and time that the configuration was created. Each time a configuration for block public access is updated, Amazon EMR updates this metadata.

Constructors

BlockPublicAccessConfigurationMetadata({required String createdByArn, required DateTime creationDateTime})
BlockPublicAccessConfigurationMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

createdByArn String
The Amazon Resource Name that created or last modified the configuration.
final
creationDateTime DateTime
The date and time that the configuration was created.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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