Class: Aws::Types::DescribeRootFoldersRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRootFoldersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
372 373 374 |
# File 'sig/types.rbs', line 372 def authentication_token @authentication_token end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
373 374 375 |
# File 'sig/types.rbs', line 373 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
374 375 376 |
# File 'sig/types.rbs', line 374 def marker @marker end |