CreateConfigurationResponse class
Constructors
- CreateConfigurationResponse({String? arn, DateTime? creationTime, ConfigurationRevision? latestRevision, String? name, ConfigurationState? state})
- 
          CreateConfigurationResponse.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- arn → String?
- 
  The Amazon Resource Name (ARN) of the configuration.
  final
- creationTime → DateTime?
- 
  The time when the configuration was created.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- latestRevision → ConfigurationRevision?
- 
  Latest revision of the configuration.
  final
- name → String?
- 
  The name of the configuration.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- state → ConfigurationState?
- 
  The state of the configuration. The possible states are ACTIVE, DELETING,
and DELETE_FAILED.
  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