Class: Aws::Types::Folder
- Inherits:
-
Object
- Object
- Aws::Types::Folder
- 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_path ⇒ ::Array[::String]
Returns the value of attribute folder_path.
-
#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.
5738 5739 5740 |
# File 'sig/types.rbs', line 5738 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
5742 5743 5744 |
# File 'sig/types.rbs', line 5742 def created_time @created_time end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
5737 5738 5739 |
# File 'sig/types.rbs', line 5737 def folder_id @folder_id end |
#folder_path ⇒ ::Array[::String]
Returns the value of attribute folder_path.
5741 5742 5743 |
# File 'sig/types.rbs', line 5741 def folder_path @folder_path end |
#folder_type ⇒ "SHARED", "RESTRICTED"
Returns the value of attribute folder_type.
5740 5741 5742 |
# File 'sig/types.rbs', line 5740 def folder_type @folder_type end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
5743 5744 5745 |
# File 'sig/types.rbs', line 5743 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
5739 5740 5741 |
# File 'sig/types.rbs', line 5739 def name @name end |
#sharing_model ⇒ "ACCOUNT", "NAMESPACE"
Returns the value of attribute sharing_model.
5744 5745 5746 |
# File 'sig/types.rbs', line 5744 def sharing_model @sharing_model end |