Class: Aws::Types::GetIntegrationTablePropertiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIntegrationTablePropertiesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#source_table_config ⇒ Types::SourceTableConfig
Returns the value of attribute source_table_config.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
-
#target_table_config ⇒ Types::TargetTableConfig
Returns the value of attribute target_table_config.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
3731 3732 3733 |
# File 'sig/types.rbs', line 3731 def resource_arn @resource_arn end |
#source_table_config ⇒ Types::SourceTableConfig
Returns the value of attribute source_table_config.
3733 3734 3735 |
# File 'sig/types.rbs', line 3733 def source_table_config @source_table_config end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
3732 3733 3734 |
# File 'sig/types.rbs', line 3732 def table_name @table_name end |
#target_table_config ⇒ Types::TargetTableConfig
Returns the value of attribute target_table_config.
3734 3735 3736 |
# File 'sig/types.rbs', line 3734 def target_table_config @target_table_config end |