Class: Aws::Types::DescribeSharedDirectoriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSharedDirectoriesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owner_directory_id ⇒ ::String
Returns the value of attribute owner_directory_id.
-
#shared_directory_ids ⇒ ::Array[::String]
Returns the value of attribute shared_directory_ids.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
598 599 600 |
# File 'sig/types.rbs', line 598 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
597 598 599 |
# File 'sig/types.rbs', line 597 def next_token @next_token end |
#owner_directory_id ⇒ ::String
Returns the value of attribute owner_directory_id.
595 596 597 |
# File 'sig/types.rbs', line 595 def owner_directory_id @owner_directory_id end |
#shared_directory_ids ⇒ ::Array[::String]
Returns the value of attribute shared_directory_ids.
596 597 598 |
# File 'sig/types.rbs', line 596 def shared_directory_ids @shared_directory_ids end |