Class AWS::Core::XML::Frame
In: lib/aws/core/xml/frame.rb
Parent: Object

Methods

Constants

TRANSLATE_DIGITS = ['0123456789'.freeze, ('X'*10).freeze]
EASY_FORMAT = "XXXX-XX-XXTXX:XX:XX.XXXZ".freeze
DATE_PUNCTUATION = ['-:.TZ'.freeze, (' '*5).freeze]

Attributes

element_name  [R] 
parent_frame  [R] 
root_frame  [R] 
rules  [R] 

Public Class methods

Public Instance methods

The list of child frames that have customizations (rules), all other children will be parsed using standard rules

wrapper()

Alias for wrapped?

Protected Instance methods

[Validate]