Class: Aws::WellArchitected::Types::ListShareInvitationsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

Input for List Share Invitations

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lens_name_prefixString

An optional string added to the beginning of each lens name returned in the results.

Returns:

  • (String)


4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4049

class ListShareInvitationsInput < Struct.new(
  :workload_name_prefix,
  :lens_name_prefix,
  :share_resource_type,
  :next_token,
  :max_results,
  :profile_name_prefix,
  :template_name_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return for this request.

Returns:

  • (Integer)


4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4049

class ListShareInvitationsInput < Struct.new(
  :workload_name_prefix,
  :lens_name_prefix,
  :share_resource_type,
  :next_token,
  :max_results,
  :profile_name_prefix,
  :template_name_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4049

class ListShareInvitationsInput < Struct.new(
  :workload_name_prefix,
  :lens_name_prefix,
  :share_resource_type,
  :next_token,
  :max_results,
  :profile_name_prefix,
  :template_name_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#profile_name_prefixString

An optional string added to the beginning of each profile name returned in the results.

Returns:

  • (String)


4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4049

class ListShareInvitationsInput < Struct.new(
  :workload_name_prefix,
  :lens_name_prefix,
  :share_resource_type,
  :next_token,
  :max_results,
  :profile_name_prefix,
  :template_name_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#share_resource_typeString

The type of share invitations to be returned.

Returns:

  • (String)


4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4049

class ListShareInvitationsInput < Struct.new(
  :workload_name_prefix,
  :lens_name_prefix,
  :share_resource_type,
  :next_token,
  :max_results,
  :profile_name_prefix,
  :template_name_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#template_name_prefixString

An optional string added to the beginning of each review template name returned in the results.

Returns:

  • (String)


4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4049

class ListShareInvitationsInput < Struct.new(
  :workload_name_prefix,
  :lens_name_prefix,
  :share_resource_type,
  :next_token,
  :max_results,
  :profile_name_prefix,
  :template_name_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#workload_name_prefixString

An optional string added to the beginning of each workload name returned in the results.

Returns:

  • (String)


4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4049

class ListShareInvitationsInput < Struct.new(
  :workload_name_prefix,
  :lens_name_prefix,
  :share_resource_type,
  :next_token,
  :max_results,
  :profile_name_prefix,
  :template_name_prefix)
  SENSITIVE = []
  include Aws::Structure
end