Class: Aws::Types::GetIntegrationTablePropertiesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


3741
3742
3743
# File 'sig/types.rbs', line 3741

def resource_arn
  @resource_arn
end

#source_table_configTypes::SourceTableConfig

Returns the value of attribute source_table_config.



3743
3744
3745
# File 'sig/types.rbs', line 3743

def source_table_config
  @source_table_config
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


3742
3743
3744
# File 'sig/types.rbs', line 3742

def table_name
  @table_name
end

#target_table_configTypes::TargetTableConfig

Returns the value of attribute target_table_config.



3744
3745
3746
# File 'sig/types.rbs', line 3744

def target_table_config
  @target_table_config
end