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.
6004 6005 6006 |
# File 'sig/types.rbs', line 6004 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
6008 6009 6010 |
# File 'sig/types.rbs', line 6008 def created_time @created_time end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
6003 6004 6005 |
# File 'sig/types.rbs', line 6003 def folder_id @folder_id end |
#folder_path ⇒ ::Array[::String]
Returns the value of attribute folder_path.
6007 6008 6009 |
# File 'sig/types.rbs', line 6007 def folder_path @folder_path end |
#folder_type ⇒ "SHARED", "RESTRICTED"
Returns the value of attribute folder_type.
6006 6007 6008 |
# File 'sig/types.rbs', line 6006 def folder_type @folder_type end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
6009 6010 6011 |
# File 'sig/types.rbs', line 6009 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
6005 6006 6007 |
# File 'sig/types.rbs', line 6005 def name @name end |
#sharing_model ⇒ "ACCOUNT", "NAMESPACE"
Returns the value of attribute sharing_model.
6010 6011 6012 |
# File 'sig/types.rbs', line 6010 def sharing_model @sharing_model end |