Class: Aws::Types::SpaceDetails
- Inherits:
-
Object
- Object
- Aws::Types::SpaceDetails
- 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 ⇒ ::Array[Types::SpaceQuickSightResource]
Returns the value of attribute resources.
-
#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.
10773 10774 10775 |
# File 'sig/types.rbs', line 10773 def consumed_source_doc_count @consumed_source_doc_count end |
#consumed_source_size ⇒ ::Integer
Returns the value of attribute consumed_source_size.
10772 10773 10774 |
# File 'sig/types.rbs', line 10772 def consumed_source_size @consumed_source_size end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
10770 10771 10772 |
# File 'sig/types.rbs', line 10770 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
10774 10775 10776 |
# File 'sig/types.rbs', line 10774 def created_by @created_by end |
#created_by_arn ⇒ ::String
Returns the value of attribute created_by_arn.
10775 10776 10777 |
# File 'sig/types.rbs', line 10775 def created_by_arn @created_by_arn end |
#description ⇒ ::String
Returns the value of attribute description.
10768 10769 10770 |
# File 'sig/types.rbs', line 10768 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
10767 10768 10769 |
# File 'sig/types.rbs', line 10767 def name @name end |
#resources ⇒ ::Array[Types::SpaceQuickSightResource]
Returns the value of attribute resources.
10769 10770 10771 |
# File 'sig/types.rbs', line 10769 def resources @resources end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
10771 10772 10773 |
# File 'sig/types.rbs', line 10771 def updated_at @updated_at end |