Class: Aws::Types::SharedDirectory

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:share_notes])

Instance Attribute Summary collapse

Instance Attribute Details

#created_date_time::Time

Returns the value of attribute created_date_time.

Returns:

  • (::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.

Returns:

  • (::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.

Returns:

  • (::String)


1380
1381
1382
# File 'sig/types.rbs', line 1380

def 
  @owner_account_id
end

#owner_directory_id::String

Returns the value of attribute owner_directory_id.

Returns:

  • (::String)


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.

Returns:

  • ("ORGANIZATIONS", "HANDSHAKE")


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.

Returns:

  • (::String)


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.

Returns:

  • ("Shared", "PendingAcceptance", "Rejected", "Rejecting", "RejectFailed", "Sharing", "ShareFailed", "Deleted", "Deleting")


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.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def 
  @shared_account_id
end

#shared_directory_id::String

Returns the value of attribute shared_directory_id.

Returns:

  • (::String)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def shared_directory_id
  @shared_directory_id
end