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.
10383 10384 10385 |
# File 'sig/types.rbs', line 10383 def consumed_source_doc_count @consumed_source_doc_count end |
#consumed_source_size ⇒ ::Integer
Returns the value of attribute consumed_source_size.
10382 10383 10384 |
# File 'sig/types.rbs', line 10382 def consumed_source_size @consumed_source_size end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
10380 10381 10382 |
# File 'sig/types.rbs', line 10380 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
10384 10385 10386 |
# File 'sig/types.rbs', line 10384 def created_by @created_by end |
#created_by_arn ⇒ ::String
Returns the value of attribute created_by_arn.
10385 10386 10387 |
# File 'sig/types.rbs', line 10385 def created_by_arn @created_by_arn end |
#description ⇒ ::String
Returns the value of attribute description.
10378 10379 10380 |
# File 'sig/types.rbs', line 10378 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
10377 10378 10379 |
# File 'sig/types.rbs', line 10377 def name @name end |
#resources ⇒ ::Array[Types::SpaceQuickSightResource]
Returns the value of attribute resources.
10379 10380 10381 |
# File 'sig/types.rbs', line 10379 def resources @resources end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
10381 10382 10383 |
# File 'sig/types.rbs', line 10381 def updated_at @updated_at end |