DescribeReceiptRuleSetResponse class
Represents the details of the specified receipt rule set.
Constructors
- 
          DescribeReceiptRuleSetResponse({ReceiptRuleSetMetadata? metadata, List<ReceiptRule> ? rules})
- DescribeReceiptRuleSetResponse.fromXml(XmlElement elem)
- 
          
            factory
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- metadata → ReceiptRuleSetMetadata?
- 
  The metadata for the receipt rule set, which consists of the rule set name
and the timestamp of when the rule set was created.
  final
- 
  rules
  → List<ReceiptRule> ?
- 
  A list of the receipt rules that belong to the specified receipt rule set.
  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
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited