Class: Aws::Types::GetFolderRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFolderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
-
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
-
#include_custom_metadata ⇒ Boolean
Returns the value of attribute include_custom_metadata.
Instance Attribute Details
#authentication_token ⇒ ::String
Returns the value of attribute authentication_token.
556 557 558 |
# File 'sig/types.rbs', line 556 def authentication_token @authentication_token end |
#folder_id ⇒ ::String
Returns the value of attribute folder_id.
557 558 559 |
# File 'sig/types.rbs', line 557 def folder_id @folder_id end |
#include_custom_metadata ⇒ Boolean
Returns the value of attribute include_custom_metadata.
558 559 560 |
# File 'sig/types.rbs', line 558 def @include_custom_metadata end |