Class: Aws::Types::LensShareSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#share_id ⇒ ::String

Returns the value of attribute share_id.

Returns:

  • (::String)


1036
1037
1038
# File 'sig/types.rbs', line 1036

def share_id
  @share_id
end

#shared_with ⇒ ::String

Returns the value of attribute shared_with.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def shared_with
  @shared_with
end

#status ⇒ "ACCEPTED", ...

Returns the value of attribute status.

Returns:

  • ("ACCEPTED", "REJECTED", "PENDING", "REVOKED", "EXPIRED", "ASSOCIATING", "ASSOCIATED", "FAILED")


1038
1039
1040
# File 'sig/types.rbs', line 1038

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def status_message
  @status_message
end