Class: Aws::Types::ShareResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:status_message])

Instance Attribute Summary collapse

Instance Attribute Details

#invitee_principal_id::String

Returns the value of attribute invitee_principal_id.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def invitee_principal_id
  @invitee_principal_id
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


780
781
782
# File 'sig/types.rbs', line 780

def principal_id
  @principal_id
end

#role"VIEWER", ...

Returns the value of attribute role.

Returns:

  • ("VIEWER", "CONTRIBUTOR", "OWNER", "COOWNER")


782
783
784
# File 'sig/types.rbs', line 782

def role
  @role
end

#share_id::String

Returns the value of attribute share_id.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def share_id
  @share_id
end

#status"SUCCESS", "FAILURE"

Returns the value of attribute status.

Returns:

  • ("SUCCESS", "FAILURE")


783
784
785
# File 'sig/types.rbs', line 783

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def status_message
  @status_message
end