Class: Aws::Types::DerivationMethodAttributes

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

Defined Under Namespace

Classes: Amex, Emv2000, EmvCommon, Mastercard, Unknown, Visa

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amexTypes::AmexAttributes

Returns the value of attribute amex.



189
190
191
# File 'sig/types.rbs', line 189

def amex
  @amex
end

#emv_2000Types::Emv2000Attributes

Returns the value of attribute emv_2000.



191
192
193
# File 'sig/types.rbs', line 191

def emv_2000
  @emv_2000
end

#emv_commonTypes::EmvCommonAttributes

Returns the value of attribute emv_common.



188
189
190
# File 'sig/types.rbs', line 188

def emv_common
  @emv_common
end

#mastercardTypes::MasterCardAttributes

Returns the value of attribute mastercard.



192
193
194
# File 'sig/types.rbs', line 192

def mastercard
  @mastercard
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


193
194
195
# File 'sig/types.rbs', line 193

def unknown
  @unknown
end

#visaTypes::VisaAttributes

Returns the value of attribute visa.



190
191
192
# File 'sig/types.rbs', line 190

def visa
  @visa
end