Class: Aws::WellArchitected::Types::ListTemplateSharesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ListTemplateSharesInput
- 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.
-
#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.
-
#template_arn ⇒ String
The review template ARN.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return for this request.
4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4127 class ListTemplateSharesInput < Struct.new( :template_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.
4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4127 class ListTemplateSharesInput < Struct.new( :template_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.
4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4127 class ListTemplateSharesInput < Struct.new( :template_arn, :shared_with_prefix, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the share request.
4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4127 class ListTemplateSharesInput < Struct.new( :template_arn, :shared_with_prefix, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |
#template_arn ⇒ String
The review template ARN.
4127 4128 4129 4130 4131 4132 4133 4134 4135 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 4127 class ListTemplateSharesInput < Struct.new( :template_arn, :shared_with_prefix, :next_token, :max_results, :status) SENSITIVE = [] include Aws::Structure end |