Class: Aws::Types::DescribeFolderResolvedPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFolderResolvedPermissionsRequest
- 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.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4967 4968 4969 |
# File 'sig/types.rbs', line 4967 def aws_account_id @aws_account_id end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
4968 4969 4970 |
# File 'sig/types.rbs', line 4968 def folder_id @folder_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4970 4971 4972 |
# File 'sig/types.rbs', line 4970 def max_results @max_results end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4969 4970 4971 |
# File 'sig/types.rbs', line 4969 def namespace @namespace end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4971 4972 4973 |
# File 'sig/types.rbs', line 4971 def next_token @next_token end |