Class: Aws::Types::RemoteAccountIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::RemoteAccountIdentifier
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Identifier, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
247 248 249 |
# File 'sig/types.rbs', line 247 def identifier @identifier end |
#unknown ⇒ Object
Returns the value of attribute unknown.
248 249 250 |
# File 'sig/types.rbs', line 248 def unknown @unknown end |