class
Amazonite::CloudFormation::ListStackSetOperationResultsInput
- Amazonite::CloudFormation::ListStackSetOperationResultsInput
- Reference
- Object
Defined in:
cloudformation/list_stack_set_operation_results_input.crConstructors
- .from_xml(node : XML::Node) : self
- .new(stack_set_name : String, operation_id : String, next_token : String | Nil = nil, max_results : Int32 | Nil = nil, call_as : CallAs | Nil = nil, filters : Array(OperationResultFilter) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#call_as : CallAs | Nil
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
-
#call_as=(call_as : CallAs | Nil)
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
-
#filters : Array(OperationResultFilter) | Nil
The filter to apply to operation results.
-
#filters=(filters : Array(OperationResultFilter) | Nil)
The filter to apply to operation results.
-
#hash(hasher)
See
Object#hash(hasher) -
#max_results : Int32 | Nil
The maximum number of results to be returned with a single call.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of results to be returned with a single call.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
-
#operation_id : String
The ID of the StackSet operation.
-
#operation_id=(operation_id : String)
The ID of the StackSet operation.
-
#stack_set_name : String
The name or unique ID of the StackSet that you want to get operation results for.
-
#stack_set_name=(stack_set_name : String)
The name or unique ID of the StackSet that you want to get operation results for.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF is specified. Use SELF for StackSets with self-managed permissions.
-
If you are signed in to the management account, specify
SELF. -
If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
By default, SELF is specified. Use SELF for StackSets with self-managed permissions.
-
If you are signed in to the management account, specify
SELF. -
If you are signed in to a delegated administrator account, specify
DELEGATED_ADMIN.
Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see Register a delegated administrator in the CloudFormation User Guide.
The filter to apply to operation results.
The maximum number of results to be returned with a single call. If the number of available
results exceeds this maximum, the response includes a NextToken value that you can assign to
the NextToken request parameter to get the next set of results.
The maximum number of results to be returned with a single call. If the number of available
results exceeds this maximum, the response includes a NextToken value that you can assign to
the NextToken request parameter to get the next set of results.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)
The name or unique ID of the StackSet that you want to get operation results for.
The name or unique ID of the StackSet that you want to get operation results for.