Class: Aws::Types::WorkloadShare

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")


2192
2193
2194
# File 'sig/types.rbs', line 2192

def permission_type
  @permission_type
end

#share_id ⇒ ::String

Returns the value of attribute share_id.

Returns:

  • (::String)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def share_id
  @share_id
end

#shared_by ⇒ ::String

Returns the value of attribute shared_by.

Returns:

  • (::String)


2190
2191
2192
# File 'sig/types.rbs', line 2190

def shared_by
  @shared_by
end

#shared_with ⇒ ::String

Returns the value of attribute shared_with.

Returns:

  • (::String)


2191
2192
2193
# File 'sig/types.rbs', line 2191

def shared_with
  @shared_with
end

#status ⇒ "ACCEPTED", ...

Returns the value of attribute status.

Returns:

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


2193
2194
2195
# File 'sig/types.rbs', line 2193

def status
  @status
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def workload_id
  @workload_id
end

#workload_name ⇒ ::String

Returns the value of attribute workload_name.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def workload_name
  @workload_name
end