Class: Aws::Types::DerivationMethodAttributes
- Inherits:
-
Object
- Object
- Aws::Types::DerivationMethodAttributes
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Amex, Emv2000, EmvCommon, Mastercard, Unknown, Visa
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amex ⇒ Types::AmexAttributes
Returns the value of attribute amex.
-
#emv_2000 ⇒ Types::Emv2000Attributes
Returns the value of attribute emv_2000.
-
#emv_common ⇒ Types::EmvCommonAttributes
Returns the value of attribute emv_common.
-
#mastercard ⇒ Types::MasterCardAttributes
Returns the value of attribute mastercard.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#visa ⇒ Types::VisaAttributes
Returns the value of attribute visa.
Instance Attribute Details
#amex ⇒ Types::AmexAttributes
Returns the value of attribute amex.
189 190 191 |
# File 'sig/types.rbs', line 189 def amex @amex end |
#emv_2000 ⇒ Types::Emv2000Attributes
Returns the value of attribute emv_2000.
191 192 193 |
# File 'sig/types.rbs', line 191 def emv_2000 @emv_2000 end |
#emv_common ⇒ Types::EmvCommonAttributes
Returns the value of attribute emv_common.
188 189 190 |
# File 'sig/types.rbs', line 188 def emv_common @emv_common end |
#mastercard ⇒ Types::MasterCardAttributes
Returns the value of attribute mastercard.
192 193 194 |
# File 'sig/types.rbs', line 192 def mastercard @mastercard end |
#unknown ⇒ Object
Returns the value of attribute unknown.
193 194 195 |
# File 'sig/types.rbs', line 193 def unknown @unknown end |
#visa ⇒ Types::VisaAttributes
Returns the value of attribute visa.
190 191 192 |
# File 'sig/types.rbs', line 190 def visa @visa end |