Class: Aws::Types::AlternateIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::AlternateIdentifier
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ExternalId, UniqueAttribute, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#external_id ⇒ Types::ExternalId
Returns the value of attribute external_id.
-
#unique_attribute ⇒ Types::UniqueAttribute
Returns the value of attribute unique_attribute.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#external_id ⇒ Types::ExternalId
Returns the value of attribute external_id.
31 32 33 |
# File 'sig/types.rbs', line 31 def external_id @external_id end |
#unique_attribute ⇒ Types::UniqueAttribute
Returns the value of attribute unique_attribute.
32 33 34 |
# File 'sig/types.rbs', line 32 def unique_attribute @unique_attribute end |
#unknown ⇒ Object
Returns the value of attribute unknown.
33 34 35 |
# File 'sig/types.rbs', line 33 def unknown @unknown end |