Class: Aws::MPA::Types::StartActiveApprovalTeamDeletionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::StartActiveApprovalTeamDeletionRequest
- Defined in:
- gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Amazon Resource Name (ARN) for the team.
-
#pending_window_days ⇒ Integer
Number of days between when the team approves the delete request and when the team is deleted.
Instance Attribute Details
#arn ⇒ String
Amazon Resource Name (ARN) for the team.
1992 1993 1994 1995 1996 1997 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1992 class StartActiveApprovalTeamDeletionRequest < Struct.new( :pending_window_days, :arn) SENSITIVE = [] include Aws::Structure end |
#pending_window_days ⇒ Integer
Number of days between when the team approves the delete request and when the team is deleted.
1992 1993 1994 1995 1996 1997 |
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1992 class StartActiveApprovalTeamDeletionRequest < Struct.new( :pending_window_days, :arn) SENSITIVE = [] include Aws::Structure end |