Class: Aws::Types::EntityReference
- Inherits:
-
Object
- Object
- Aws::Types::EntityReference
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Identifier, Unknown, Unspecified
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ Types::EntityIdentifier
Returns the value of attribute identifier.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#unspecified ⇒ Boolean
Returns the value of attribute unspecified.
Instance Attribute Details
#identifier ⇒ Types::EntityIdentifier
Returns the value of attribute identifier.
485 486 487 |
# File 'sig/types.rbs', line 485 def identifier @identifier end |
#unknown ⇒ Object
Returns the value of attribute unknown.
486 487 488 |
# File 'sig/types.rbs', line 486 def unknown @unknown end |
#unspecified ⇒ Boolean
Returns the value of attribute unspecified.
484 485 486 |
# File 'sig/types.rbs', line 484 def unspecified @unspecified end |