Class: Aws::Types::EntityReference

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

Defined Under Namespace

Classes: Identifier, Unknown, Unspecified

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#identifierTypes::EntityIdentifier

Returns the value of attribute identifier.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def identifier
  @identifier
end

#unknownObject

Returns the value of attribute unknown.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def unknown
  @unknown
end

#unspecifiedBoolean

Returns the value of attribute unspecified.

Returns:



484
485
486
# File 'sig/types.rbs', line 484

def unspecified
  @unspecified
end