Class: Aws::Types::AlternateIdentifier

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

Defined Under Namespace

Classes: ExternalId, UniqueAttribute, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#external_id ⇒ Types::ExternalId

Returns the value of attribute external_id.

Returns:



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.

Returns:

  • (Object)


33
34
35
# File 'sig/types.rbs', line 33

def unknown
  @unknown
end