Class: Aws::Types::TranslationIsoFormats
- Inherits:
-
Object
- Object
- Aws::Types::TranslationIsoFormats
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: As2805Format0, IsoFormat0, IsoFormat1, IsoFormat3, IsoFormat4, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#as_2805_format_0 ⇒ Types::TranslationPinDataAs2805Format0
Returns the value of attribute as_2805_format_0.
-
#iso_format_0 ⇒ Types::TranslationPinDataIsoFormat034
Returns the value of attribute iso_format_0.
-
#iso_format_1 ⇒ Types::TranslationPinDataIsoFormat1
Returns the value of attribute iso_format_1.
-
#iso_format_3 ⇒ Types::TranslationPinDataIsoFormat034
Returns the value of attribute iso_format_3.
-
#iso_format_4 ⇒ Types::TranslationPinDataIsoFormat034
Returns the value of attribute iso_format_4.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#as_2805_format_0 ⇒ Types::TranslationPinDataAs2805Format0
Returns the value of attribute as_2805_format_0.
807 808 809 |
# File 'sig/types.rbs', line 807 def as_2805_format_0 @as_2805_format_0 end |
#iso_format_0 ⇒ Types::TranslationPinDataIsoFormat034
Returns the value of attribute iso_format_0.
803 804 805 |
# File 'sig/types.rbs', line 803 def iso_format_0 @iso_format_0 end |
#iso_format_1 ⇒ Types::TranslationPinDataIsoFormat1
Returns the value of attribute iso_format_1.
804 805 806 |
# File 'sig/types.rbs', line 804 def iso_format_1 @iso_format_1 end |
#iso_format_3 ⇒ Types::TranslationPinDataIsoFormat034
Returns the value of attribute iso_format_3.
805 806 807 |
# File 'sig/types.rbs', line 805 def iso_format_3 @iso_format_3 end |
#iso_format_4 ⇒ Types::TranslationPinDataIsoFormat034
Returns the value of attribute iso_format_4.
806 807 808 |
# File 'sig/types.rbs', line 806 def iso_format_4 @iso_format_4 end |
#unknown ⇒ Object
Returns the value of attribute unknown.
808 809 810 |
# File 'sig/types.rbs', line 808 def unknown @unknown end |