CreateConfigurationResponse class 
 
    
    
  
    
  
    Properties
    
        - 
  arn
  → String?
  
- 
  Required. The Amazon Resource Name (ARN) of the configuration.
  final 
- 
  authenticationStrategy
  → AuthenticationStrategy?
  
- 
  The authentication strategy associated with the configuration.
  final 
- 
  created
  → DateTime?
  
- 
  Required. The date and time of the configuration.
  final 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  id
  → String?
  
- 
  Required. The unique ID that Amazon MQ generates for the configuration.
  final 
- 
  latestRevision
  → ConfigurationRevision?
  
- 
  The latest revision of the configuration.
  final 
- 
  name
  → String?
  
- 
  Required. The name of the configuration. This value can contain only
alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~).
This value must be 1-150 characters long.
  final 
- 
  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