Class: Aws::Types::SharedDirectory
- Inherits:
-
Object
- Object
- Aws::Types::SharedDirectory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_date_time ⇒ ::Time
Returns the value of attribute created_date_time.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
-
#owner_directory_id ⇒ ::String
Returns the value of attribute owner_directory_id.
-
#share_method ⇒ "ORGANIZATIONS", "HANDSHAKE"
Returns the value of attribute share_method.
-
#share_notes ⇒ ::String
Returns the value of attribute share_notes.
-
#share_status ⇒ "Shared", ...
Returns the value of attribute share_status.
-
#shared_account_id ⇒ ::String
Returns the value of attribute shared_account_id.
-
#shared_directory_id ⇒ ::String
Returns the value of attribute shared_directory_id.
Instance Attribute Details
#created_date_time ⇒ ::Time
Returns the value of attribute created_date_time.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def created_date_time @created_date_time end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def last_updated_date_time @last_updated_date_time end |
#owner_account_id ⇒ ::String
Returns the value of attribute owner_account_id.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def owner_account_id @owner_account_id end |
#owner_directory_id ⇒ ::String
Returns the value of attribute owner_directory_id.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def owner_directory_id @owner_directory_id end |
#share_method ⇒ "ORGANIZATIONS", "HANDSHAKE"
Returns the value of attribute share_method.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def share_method @share_method end |
#share_notes ⇒ ::String
Returns the value of attribute share_notes.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def share_notes @share_notes end |
#share_status ⇒ "Shared", ...
Returns the value of attribute share_status.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def share_status @share_status end |
#shared_account_id ⇒ ::String
Returns the value of attribute shared_account_id.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def shared_account_id @shared_account_id end |
#shared_directory_id ⇒ ::String
Returns the value of attribute shared_directory_id.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def shared_directory_id @shared_directory_id end |