Class: Aws::Types::UpdateIntermediateTableInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateIntermediateTableInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns ⇒ ::Array[Types::IntermediateTableColumn]
Returns the value of attribute columns.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
Instance Attribute Details
#columns ⇒ ::Array[Types::IntermediateTableColumn]
Returns the value of attribute columns.
3347 3348 3349 |
# File 'sig/types.rbs', line 3347 def columns @columns end |
#description ⇒ ::String
Returns the value of attribute description.
3345 3346 3347 |
# File 'sig/types.rbs', line 3345 def description @description end |
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
3343 3344 3345 |
# File 'sig/types.rbs', line 3343 def intermediate_table_identifier @intermediate_table_identifier end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
3346 3347 3348 |
# File 'sig/types.rbs', line 3346 def kms_key_arn @kms_key_arn end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3344 3345 3346 |
# File 'sig/types.rbs', line 3344 def membership_identifier @membership_identifier end |