Class: Aws::Types::WorkloadShareSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#permission_type ⇒ "READONLY", "CONTRIBUTOR"

Returns the value of attribute permission_type.

Returns:

  • ("READONLY", "CONTRIBUTOR")


2204
2205
2206
# File 'sig/types.rbs', line 2204

def permission_type
  @permission_type
end

#share_id ⇒ ::String

Returns the value of attribute share_id.

Returns:

  • (::String)


2202
2203
2204
# File 'sig/types.rbs', line 2202

def share_id
  @share_id
end

#shared_with ⇒ ::String

Returns the value of attribute shared_with.

Returns:

  • (::String)


2203
2204
2205
# File 'sig/types.rbs', line 2203

def shared_with
  @shared_with
end

#status ⇒ "ACCEPTED", ...

Returns the value of attribute status.

Returns:

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


2205
2206
2207
# File 'sig/types.rbs', line 2205

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def status_message
  @status_message
end