Class: Aws::WellArchitected::Types::ListWorkloadSharesInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return for this request.

Returns:

  • (Integer)


4185
4186
4187
4188
4189
4190
4191
4192
4193
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4185

class ListWorkloadSharesInput < Struct.new(
  :workload_id,
  :shared_with_prefix,
  :next_token,
  :max_results,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next set of results.

Returns:

  • (String)


4185
4186
4187
4188
4189
4190
4191
4192
4193
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4185

class ListWorkloadSharesInput < Struct.new(
  :workload_id,
  :shared_with_prefix,
  :next_token,
  :max_results,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#shared_with_prefixString

The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the workload is shared.

Returns:

  • (String)


4185
4186
4187
4188
4189
4190
4191
4192
4193
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4185

class ListWorkloadSharesInput < Struct.new(
  :workload_id,
  :shared_with_prefix,
  :next_token,
  :max_results,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the share request.

Returns:

  • (String)


4185
4186
4187
4188
4189
4190
4191
4192
4193
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4185

class ListWorkloadSharesInput < Struct.new(
  :workload_id,
  :shared_with_prefix,
  :next_token,
  :max_results,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#workload_idString

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Returns:

  • (String)


4185
4186
4187
4188
4189
4190
4191
4192
4193
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4185

class ListWorkloadSharesInput < Struct.new(
  :workload_id,
  :shared_with_prefix,
  :next_token,
  :max_results,
  :status)
  SENSITIVE = []
  include Aws::Structure
end