Class: Aws::Types::ImportTableOperation
- Inherits:
-
Object
- Object
- Aws::Types::ImportTableOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias ⇒ ::String
Returns the value of attribute alias.
-
#source ⇒ Types::ImportTableOperationSource
Returns the value of attribute source.
Instance Attribute Details
#alias ⇒ ::String
Returns the value of attribute alias.
6771 6772 6773 |
# File 'sig/types.rbs', line 6771 def alias @alias end |
#source ⇒ Types::ImportTableOperationSource
Returns the value of attribute source.
6772 6773 6774 |
# File 'sig/types.rbs', line 6772 def source @source end |