Class: Aws::MPA::Types::StartActiveApprovalTeamDeletionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Amazon Resource Name (ARN) for the team.

Returns:

  • (String)


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_daysInteger

Number of days between when the team approves the delete request and when the team is deleted.

Returns:

  • (Integer)


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