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.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def aws_account_id @aws_account_id end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def folder_id @folder_id end |
#folder_type ⇒ "SHARED", "RESTRICTED"
Returns the value of attribute folder_type.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def folder_type @folder_type end |
#name ⇒ ::String
Returns the value of attribute name.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def name @name end |
#parent_folder_arn ⇒ ::String
Returns the value of attribute parent_folder_arn.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def parent_folder_arn @parent_folder_arn end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2428 2429 2430 |
# File 'sig/types.rbs', line 2428 def @permissions end |
#sharing_model ⇒ "ACCOUNT", "NAMESPACE"
Returns the value of attribute sharing_model.
2430 2431 2432 |
# File 'sig/types.rbs', line 2430 def sharing_model @sharing_model end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2429 2430 2431 |
# File 'sig/types.rbs', line 2429 def @tags end |