Class: Aws::Types::DescribeFolderRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFolderRequest
- 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.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4739 4740 4741 |
# File 'sig/types.rbs', line 4739 def aws_account_id @aws_account_id end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
4740 4741 4742 |
# File 'sig/types.rbs', line 4740 def folder_id @folder_id end |