Class: Aws::MPA::Types::UpdateApprovalTeamRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::UpdateApprovalTeamRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#approval_strategy ⇒ Types::ApprovalStrategy
An ‘ApprovalStrategy` object.
-
#approvers ⇒ Array<Types::ApprovalTeamRequestApprover>
An array of ‘ApprovalTeamRequestApprover` objects.
-
#arn ⇒ String
Amazon Resource Name (ARN) for the team.
-
#description ⇒ String
Description for the team.
-
#update_actions ⇒ Array<String>
A list of ‘UpdateAction` to perform when updating the team.
Instance Attribute Details
#approval_strategy ⇒ Types::ApprovalStrategy
An ‘ApprovalStrategy` object. Contains details for how the team grants approval.
2115 2116 2117 2118 2119 2120 2121 2122 2123 |
# File 'lib/aws-sdk-mpa/types.rb', line 2115 class UpdateApprovalTeamRequest < Struct.new( :approval_strategy, :approvers, :description, :arn, :update_actions) SENSITIVE = [:description] include Aws::Structure end |
#approvers ⇒ Array<Types::ApprovalTeamRequestApprover>
An array of ‘ApprovalTeamRequestApprover` objects. Contains details for the approvers in the team.
2115 2116 2117 2118 2119 2120 2121 2122 2123 |
# File 'lib/aws-sdk-mpa/types.rb', line 2115 class UpdateApprovalTeamRequest < Struct.new( :approval_strategy, :approvers, :description, :arn, :update_actions) SENSITIVE = [:description] include Aws::Structure end |
#arn ⇒ String
Amazon Resource Name (ARN) for the team.
2115 2116 2117 2118 2119 2120 2121 2122 2123 |
# File 'lib/aws-sdk-mpa/types.rb', line 2115 class UpdateApprovalTeamRequest < Struct.new( :approval_strategy, :approvers, :description, :arn, :update_actions) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
Description for the team.
2115 2116 2117 2118 2119 2120 2121 2122 2123 |
# File 'lib/aws-sdk-mpa/types.rb', line 2115 class UpdateApprovalTeamRequest < Struct.new( :approval_strategy, :approvers, :description, :arn, :update_actions) SENSITIVE = [:description] include Aws::Structure end |
#update_actions ⇒ Array<String>
A list of ‘UpdateAction` to perform when updating the team.
2115 2116 2117 2118 2119 2120 2121 2122 2123 |
# File 'lib/aws-sdk-mpa/types.rb', line 2115 class UpdateApprovalTeamRequest < Struct.new( :approval_strategy, :approvers, :description, :arn, :update_actions) SENSITIVE = [:description] include Aws::Structure end |