Class: Aws::SimpleDB::Types::DomainMetadataResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name_countInteger

The number of unique attribute names in the domain.

Returns:

  • (Integer)


184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 184

class DomainMetadataResult < Struct.new(
  :item_count,
  :item_names_size_bytes,
  :attribute_name_count,
  :attribute_names_size_bytes,
  :attribute_value_count,
  :attribute_values_size_bytes,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_names_size_bytesInteger

The total size of all unique attribute names in the domain, in bytes.

Returns:

  • (Integer)


184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 184

class DomainMetadataResult < Struct.new(
  :item_count,
  :item_names_size_bytes,
  :attribute_name_count,
  :attribute_names_size_bytes,
  :attribute_value_count,
  :attribute_values_size_bytes,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_value_countInteger

The number of all attribute name/value pairs in the domain.

Returns:

  • (Integer)


184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 184

class DomainMetadataResult < Struct.new(
  :item_count,
  :item_names_size_bytes,
  :attribute_name_count,
  :attribute_names_size_bytes,
  :attribute_value_count,
  :attribute_values_size_bytes,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#attribute_values_size_bytesInteger

The total size of all attribute values in the domain, in bytes.

Returns:

  • (Integer)


184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 184

class DomainMetadataResult < Struct.new(
  :item_count,
  :item_names_size_bytes,
  :attribute_name_count,
  :attribute_names_size_bytes,
  :attribute_value_count,
  :attribute_values_size_bytes,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#item_countInteger

The number of all items in the domain.

Returns:

  • (Integer)


184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 184

class DomainMetadataResult < Struct.new(
  :item_count,
  :item_names_size_bytes,
  :attribute_name_count,
  :attribute_names_size_bytes,
  :attribute_value_count,
  :attribute_values_size_bytes,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#item_names_size_bytesInteger

The total size of all item names in the domain, in bytes.

Returns:

  • (Integer)


184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 184

class DomainMetadataResult < Struct.new(
  :item_count,
  :item_names_size_bytes,
  :attribute_name_count,
  :attribute_names_size_bytes,
  :attribute_value_count,
  :attribute_values_size_bytes,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampInteger

The data and time when metadata was calculated, in Epoch (UNIX) seconds.

Returns:

  • (Integer)


184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-simpledb/lib/aws-sdk-simpledb/types.rb', line 184

class DomainMetadataResult < Struct.new(
  :item_count,
  :item_names_size_bytes,
  :attribute_name_count,
  :attribute_names_size_bytes,
  :attribute_value_count,
  :attribute_values_size_bytes,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end