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.
3374 3375 3376 |
# File 'sig/types.rbs', line 3374 def columns @columns end |
#description ⇒ ::String
Returns the value of attribute description.
3372 3373 3374 |
# File 'sig/types.rbs', line 3372 def description @description end |
#intermediate_table_identifier ⇒ ::String
Returns the value of attribute intermediate_table_identifier.
3370 3371 3372 |
# File 'sig/types.rbs', line 3370 def intermediate_table_identifier @intermediate_table_identifier end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
3373 3374 3375 |
# File 'sig/types.rbs', line 3373 def kms_key_arn @kms_key_arn end |
#membership_identifier ⇒ ::String
Returns the value of attribute membership_identifier.
3371 3372 3373 |
# File 'sig/types.rbs', line 3371 def membership_identifier @membership_identifier end |