Class: Aws::Types::DomainMetadataResult
- Inherits:
-
Object
- Object
- Aws::Types::DomainMetadataResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name_count ⇒ ::Integer
Returns the value of attribute attribute_name_count.
-
#attribute_names_size_bytes ⇒ ::Integer
Returns the value of attribute attribute_names_size_bytes.
-
#attribute_value_count ⇒ ::Integer
Returns the value of attribute attribute_value_count.
-
#attribute_values_size_bytes ⇒ ::Integer
Returns the value of attribute attribute_values_size_bytes.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#item_names_size_bytes ⇒ ::Integer
Returns the value of attribute item_names_size_bytes.
-
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
Instance Attribute Details
#attribute_name_count ⇒ ::Integer
Returns the value of attribute attribute_name_count.
68 69 70 |
# File 'sig/types.rbs', line 68 def attribute_name_count @attribute_name_count end |
#attribute_names_size_bytes ⇒ ::Integer
Returns the value of attribute attribute_names_size_bytes.
69 70 71 |
# File 'sig/types.rbs', line 69 def attribute_names_size_bytes @attribute_names_size_bytes end |
#attribute_value_count ⇒ ::Integer
Returns the value of attribute attribute_value_count.
70 71 72 |
# File 'sig/types.rbs', line 70 def attribute_value_count @attribute_value_count end |
#attribute_values_size_bytes ⇒ ::Integer
Returns the value of attribute attribute_values_size_bytes.
71 72 73 |
# File 'sig/types.rbs', line 71 def attribute_values_size_bytes @attribute_values_size_bytes end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
66 67 68 |
# File 'sig/types.rbs', line 66 def item_count @item_count end |
#item_names_size_bytes ⇒ ::Integer
Returns the value of attribute item_names_size_bytes.
67 68 69 |
# File 'sig/types.rbs', line 67 def item_names_size_bytes @item_names_size_bytes end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
72 73 74 |
# File 'sig/types.rbs', line 72 def @timestamp end |