SubscribeResponse class
Response for Subscribe action.
Constructors
- SubscribeResponse({String? subscriptionArn})
 - SubscribeResponse.fromXml(XmlElement elem)
 - 
          
            factory
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - subscriptionArn → String?
 - 
  The ARN of the subscription if it is confirmed, or the string "pending
confirmation" if the subscription requires confirmation. However, if the API
request parameter 
ReturnSubscriptionArnis true, then the value is always the subscription ARN, even if the subscription requires confirmation.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