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.
10434 10435 10436 |
# File 'sig/types.rbs', line 10434 def consumed_source_doc_count @consumed_source_doc_count end |
#consumed_source_size ⇒ ::Integer
Returns the value of attribute consumed_source_size.
10433 10434 10435 |
# File 'sig/types.rbs', line 10433 def consumed_source_size @consumed_source_size end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
10435 10436 10437 |
# File 'sig/types.rbs', line 10435 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
10436 10437 10438 |
# File 'sig/types.rbs', line 10436 def created_by @created_by end |
#created_by_arn ⇒ ::String
Returns the value of attribute created_by_arn.
10437 10438 10439 |
# File 'sig/types.rbs', line 10437 def created_by_arn @created_by_arn end |
#description ⇒ ::String
Returns the value of attribute description.
10431 10432 10433 |
# File 'sig/types.rbs', line 10431 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
10430 10431 10432 |
# File 'sig/types.rbs', line 10430 def name @name end |
#resources_count ⇒ ::Integer
Returns the value of attribute resources_count.
10438 10439 10440 |
# File 'sig/types.rbs', line 10438 def resources_count @resources_count end |
#space_arn ⇒ ::String
Returns the value of attribute space_arn.
10429 10430 10431 |
# File 'sig/types.rbs', line 10429 def space_arn @space_arn end |
#space_id ⇒ ::String
Returns the value of attribute space_id.
10428 10429 10430 |
# File 'sig/types.rbs', line 10428 def space_id @space_id end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
10432 10433 10434 |
# File 'sig/types.rbs', line 10432 def updated_at @updated_at end |