Class: Aws::Types::SourceTableDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#billing_mode"PROVISIONED", "PAY_PER_REQUEST"

Returns the value of attribute billing_mode.

Returns:

  • ("PROVISIONED", "PAY_PER_REQUEST")


1565
1566
1567
# File 'sig/types.rbs', line 1565

def billing_mode
  @billing_mode
end

#item_count::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def item_count
  @item_count
end

#key_schema::Array[Types::KeySchemaElement]

Returns the value of attribute key_schema.

Returns:



1560
1561
1562
# File 'sig/types.rbs', line 1560

def key_schema
  @key_schema
end

#on_demand_throughputTypes::OnDemandThroughput

Returns the value of attribute on_demand_throughput.



1563
1564
1565
# File 'sig/types.rbs', line 1563

def on_demand_throughput
  @on_demand_throughput
end

#provisioned_throughputTypes::ProvisionedThroughput

Returns the value of attribute provisioned_throughput.



1562
1563
1564
# File 'sig/types.rbs', line 1562

def provisioned_throughput
  @provisioned_throughput
end

#table_arn::String

Returns the value of attribute table_arn.

Returns:

  • (::String)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def table_arn
  @table_arn
end

#table_creation_date_time::Time

Returns the value of attribute table_creation_date_time.

Returns:

  • (::Time)


1561
1562
1563
# File 'sig/types.rbs', line 1561

def table_creation_date_time
  @table_creation_date_time
end

#table_id::String

Returns the value of attribute table_id.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def table_id
  @table_id
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def table_name
  @table_name
end

#table_size_bytes::Integer

Returns the value of attribute table_size_bytes.

Returns:

  • (::Integer)


1559
1560
1561
# File 'sig/types.rbs', line 1559

def table_size_bytes
  @table_size_bytes
end