Class: Aws::Types::SpaceSummary
- Inherits:
-
Object
- Object
- Aws::Types::SpaceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumed_source_doc_count ⇒ ::Integer
Returns the value of attribute consumed_source_doc_count.
-
#consumed_source_size ⇒ ::Integer
Returns the value of attribute consumed_source_size.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#created_by_arn ⇒ ::String
Returns the value of attribute created_by_arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resources_count ⇒ ::Integer
Returns the value of attribute resources_count.
-
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
-
#space_id ⇒ ::String
Returns the value of attribute space_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#consumed_source_doc_count ⇒ ::Integer
Returns the value of attribute consumed_source_doc_count.
10824 10825 10826 |
# File 'sig/types.rbs', line 10824 def consumed_source_doc_count @consumed_source_doc_count end |
#consumed_source_size ⇒ ::Integer
Returns the value of attribute consumed_source_size.
10823 10824 10825 |
# File 'sig/types.rbs', line 10823 def consumed_source_size @consumed_source_size end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
10825 10826 10827 |
# File 'sig/types.rbs', line 10825 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
10826 10827 10828 |
# File 'sig/types.rbs', line 10826 def created_by @created_by end |
#created_by_arn ⇒ ::String
Returns the value of attribute created_by_arn.
10827 10828 10829 |
# File 'sig/types.rbs', line 10827 def created_by_arn @created_by_arn end |
#description ⇒ ::String
Returns the value of attribute description.
10821 10822 10823 |
# File 'sig/types.rbs', line 10821 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
10820 10821 10822 |
# File 'sig/types.rbs', line 10820 def name @name end |
#resources_count ⇒ ::Integer
Returns the value of attribute resources_count.
10828 10829 10830 |
# File 'sig/types.rbs', line 10828 def resources_count @resources_count end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
10819 10820 10821 |
# File 'sig/types.rbs', line 10819 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
10818 10819 10820 |
# File 'sig/types.rbs', line 10818 def space_id @space_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
10822 10823 10824 |
# File 'sig/types.rbs', line 10822 def updated_at @updated_at end |