Class: Aws::Types::ListGlobalTablesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_start_global_table_name::String

Returns the value of attribute exclusive_start_global_table_name.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def exclusive_start_global_table_name
  @exclusive_start_global_table_name
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1050
1051
1052
# File 'sig/types.rbs', line 1050

def limit
  @limit
end

#region_name::String

Returns the value of attribute region_name.

Returns:

  • (::String)


1051
1052
1053
# File 'sig/types.rbs', line 1051

def region_name
  @region_name
end