ListSecretVersionIdsResponse class 
 
    
    
  
    
  
    Properties
    
        - 
  arn
  → String?
  
- 
  The Amazon Resource Name (ARN) for the secret.
  final 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  name
  → String?
  
- 
  The friendly name of the secret.
  final 
- 
  nextToken
  → String?
  
- 
  If present in the response, this value indicates that there's more output
available than included in the current response. This can occur even when
the response includes no values at all, such as when you ask for a filtered
view of a very long list. Use this value in the NextTokenrequest parameter in a subsequent call to the operation to continue
processing and get the next part of the output. You should repeat this until
theNextTokenresponse element comes back empty (asnull).final 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  versions
  → List<SecretVersionsListEntry>?
  
- 
  The list of the currently available versions of the specified secret.
  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