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.
6028 6029 6030 |
# File 'sig/types.rbs', line 6028 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
6032 6033 6034 |
# File 'sig/types.rbs', line 6032 def created_time @created_time end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
6029 6030 6031 |
# File 'sig/types.rbs', line 6029 def folder_id @folder_id end |
#folder_type ⇒ "SHARED", "RESTRICTED"
Returns the value of attribute folder_type.
6031 6032 6033 |
# File 'sig/types.rbs', line 6031 def folder_type @folder_type end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
6033 6034 6035 |
# File 'sig/types.rbs', line 6033 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
6030 6031 6032 |
# File 'sig/types.rbs', line 6030 def name @name end |
#sharing_model ⇒ "ACCOUNT", "NAMESPACE"
Returns the value of attribute sharing_model.
6034 6035 6036 |
# File 'sig/types.rbs', line 6034 def sharing_model @sharing_model end |