Class: Aws::WellArchitected::Types::ListProfileSharesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListProfileSharesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
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.
-
#profile_arn ⇒ String
The profile ARN.
-
#shared_with_prefix ⇒ String
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.
-
#status ⇒ String
The status of the share request.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return for this request.
3824 3825 3826 3827 3828 3829 3830 3831 3832 |
# File '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_token ⇒ String
The token to use to retrieve the next set of results.
3824 3825 3826 3827 3828 3829 3830 3831 3832 |
# File '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_arn ⇒ String
The profile ARN.
3824 3825 3826 3827 3828 3829 3830 3831 3832 |
# File '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_prefix ⇒ String
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.
3824 3825 3826 3827 3828 3829 3830 3831 3832 |
# File '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 |
#status ⇒ String
The status of the share request.
3824 3825 3826 3827 3828 3829 3830 3831 3832 |
# File '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 |