Class: Aws::Types::ListWorkloadSharesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def next_token
  @next_token
end

#shared_with_prefix ⇒ ::String

Returns the value of attribute shared_with_prefix.

Returns:

  • (::String)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def shared_with_prefix
  @shared_with_prefix
end

#status ⇒ "ACCEPTED", ...

Returns the value of attribute status.

Returns:

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


1419
1420
1421
# File 'sig/types.rbs', line 1419

def status
  @status
end

#workload_id ⇒ ::String

Returns the value of attribute workload_id.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def workload_id
  @workload_id
end