Class: Aws::Types::FolderSummary
- Inherits:
-
Object
- Object
- Aws::Types::FolderSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
-
#folder_type ⇒ "SHARED", "RESTRICTED"
Returns the value of attribute folder_type.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sharing_model ⇒ "ACCOUNT", "NAMESPACE"
Returns the value of attribute sharing_model.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5762 5763 5764 |
# File 'sig/types.rbs', line 5762 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
5766 5767 5768 |
# File 'sig/types.rbs', line 5766 def created_time @created_time end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
5763 5764 5765 |
# File 'sig/types.rbs', line 5763 def folder_id @folder_id end |
#folder_type ⇒ "SHARED", "RESTRICTED"
Returns the value of attribute folder_type.
5765 5766 5767 |
# File 'sig/types.rbs', line 5765 def folder_type @folder_type end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
5767 5768 5769 |
# File 'sig/types.rbs', line 5767 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
5764 5765 5766 |
# File 'sig/types.rbs', line 5764 def name @name end |
#sharing_model ⇒ "ACCOUNT", "NAMESPACE"
Returns the value of attribute sharing_model.
5768 5769 5770 |
# File 'sig/types.rbs', line 5768 def sharing_model @sharing_model end |