Class: Aws::Types::GetFolderPathRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFolderPathRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#fields ⇒ ::String
Returns the value of attribute fields.
-
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
-
#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.
542 543 544 |
# File 'sig/types.rbs', line 542 def authentication_token @authentication_token end |
#fields ⇒ ::String
Returns the value of attribute fields.
545 546 547 |
# File 'sig/types.rbs', line 545 def fields @fields end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
543 544 545 |
# File 'sig/types.rbs', line 543 def folder_id @folder_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
544 545 546 |
# File 'sig/types.rbs', line 544 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
546 547 548 |
# File 'sig/types.rbs', line 546 def marker @marker end |