Class: Aws::Types::CreateFolderRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFolderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
-
#folder_type ⇒ "SHARED", "RESTRICTED"
Returns the value of attribute folder_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_folder_arn ⇒ ::String
Returns the value of attribute parent_folder_arn.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#sharing_model ⇒ "ACCOUNT", "NAMESPACE"
Returns the value of attribute sharing_model.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def aws_account_id @aws_account_id end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def folder_id @folder_id end |
#folder_type ⇒ "SHARED", "RESTRICTED"
Returns the value of attribute folder_type.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def folder_type @folder_type end |
#name ⇒ ::String
Returns the value of attribute name.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def name @name end |
#parent_folder_arn ⇒ ::String
Returns the value of attribute parent_folder_arn.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def parent_folder_arn @parent_folder_arn end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def @permissions end |
#sharing_model ⇒ "ACCOUNT", "NAMESPACE"
Returns the value of attribute sharing_model.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def sharing_model @sharing_model end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def @tags end |