Module: Aws::SimpleDB::Client::_DomainMetadataResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DomainMetadataResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #attribute_name_count ⇒ ::Integer
- #attribute_names_size_bytes ⇒ ::Integer
- #attribute_value_count ⇒ ::Integer
- #attribute_values_size_bytes ⇒ ::Integer
- #item_count ⇒ ::Integer
- #item_names_size_bytes ⇒ ::Integer
- #timestamp ⇒ ::Integer
Instance Method Details
#attribute_name_count ⇒ ::Integer
153 |
# File 'sig/client.rbs', line 153
def attribute_name_count: () -> ::Integer
|
#attribute_names_size_bytes ⇒ ::Integer
154 |
# File 'sig/client.rbs', line 154
def attribute_names_size_bytes: () -> ::Integer
|
#attribute_value_count ⇒ ::Integer
155 |
# File 'sig/client.rbs', line 155
def attribute_value_count: () -> ::Integer
|
#attribute_values_size_bytes ⇒ ::Integer
156 |
# File 'sig/client.rbs', line 156
def attribute_values_size_bytes: () -> ::Integer
|
#item_count ⇒ ::Integer
151 |
# File 'sig/client.rbs', line 151
def item_count: () -> ::Integer
|
#item_names_size_bytes ⇒ ::Integer
152 |
# File 'sig/client.rbs', line 152
def item_names_size_bytes: () -> ::Integer
|
#timestamp ⇒ ::Integer
157 |
# File 'sig/client.rbs', line 157
def timestamp: () -> ::Integer
|