Class: Aws::WellArchitected::Types::ListWorkloadSharesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListWorkloadSharesInput
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
Input for List Workload Share
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return for this request.
-
#next_token ⇒ String
The token to use to retrieve the next set of results.
-
#shared_with_prefix ⇒ String
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the workload is shared.
-
#status ⇒ String
The status of a workload share.
-
#workload_id ⇒ String
The ID assigned to the workload.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return for this request.
3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3040 class ListWorkloadSharesInput < Struct.new( :workload_id, :shared_with_prefix, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next set of results.
3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3040 class ListWorkloadSharesInput < Struct.new( :workload_id, :shared_with_prefix, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#shared_with_prefix ⇒ String
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the workload is shared.
3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3040 class ListWorkloadSharesInput < Struct.new( :workload_id, :shared_with_prefix, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a workload share.
3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3040 class ListWorkloadSharesInput < Struct.new( :workload_id, :shared_with_prefix, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#workload_id ⇒ String
The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.
3040 3041 3042 3043 3044 3045 3046 3047 3048 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3040 class ListWorkloadSharesInput < Struct.new( :workload_id, :shared_with_prefix, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |