Class: Aws::Types::TranslationIsoFormats

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: As2805Format0, IsoFormat0, IsoFormat1, IsoFormat3, IsoFormat4, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#as_2805_format_0Types::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_0Types::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_1Types::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_3Types::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_4Types::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


808
809
810
# File 'sig/types.rbs', line 808

def unknown
  @unknown
end