Class: Aws::WellArchitected::Types::ListProfileSharesInput

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

Overview

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)


3824
3825
3826
3827
3828
3829
3830
3831
3832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3824

class ListProfileSharesInput < Struct.new(
  :profile_arn,
  :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)


3824
3825
3826
3827
3828
3829
3830
3831
3832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3824

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

#profile_arnString

The profile ARN.

Returns:

  • (String)


3824
3825
3826
3827
3828
3829
3830
3831
3832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3824

class ListProfileSharesInput < Struct.new(
  :profile_arn,
  :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 profile is shared.

Returns:

  • (String)


3824
3825
3826
3827
3828
3829
3830
3831
3832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3824

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

#statusString

The status of the share request.

Returns:

  • (String)


3824
3825
3826
3827
3828
3829
3830
3831
3832
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 3824

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